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

6 years ago
  1. {
  2. "name": "levi",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "dependencies": {
  7. "ejs": "^2.5.9",
  8. "express": "^4.16.3",
  9. "nodemon": "^1.17.3"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "start": "./node_modules/.bin/nodemon app.js",
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }