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.
 
 
 
 
 

18 lines
371 B

{
"name": "levi",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"ejs": "^2.5.9",
"express": "^4.16.3",
"nodemon": "^1.17.3"
},
"devDependencies": {},
"scripts": {
"start": "./node_modules/.bin/nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}