My personal website https://leviolson.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
668 B

{
"name": "website",
"version": "1.0.0",
"description": "Levi's Website",
"main": "app.js",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^2.5.9",
"express": "^4.16.3"
},
"devDependencies": {
"chai": "^4.1.2",
"nodemon": "^1.18.10",
"supertest": "^3.0.0",
"showdown": "^1.9.1"
},
"scripts": {
"start": "node app.js",
"startdev": "./node_modules/.bin/nodemon app.js",
"test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit",
"coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
},
"author": "Levi Olson <me@leviolson.com>",
"license": "UNLICENSE"
}