package.json 497 B

12345678910111213141516171819202122
  1. {
  2. "name": "simple-todo",
  3. "version": "1.0.0",
  4. "description": "Simple todo app with node/express and vue.js",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://git@git.hersidea.com:122/herton/simple-todo.git"
  12. },
  13. "author": "Herton",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "body-parser": "^1.18.2",
  17. "ejs": "^2.5.7",
  18. "express": "^4.16.2",
  19. "mongoose": "^4.13.1"
  20. }
  21. }