12345678910111213141516171819202122 |
- {
- "name": "simple-todo",
- "version": "1.0.0",
- "description": "Simple todo app with node/express and vue.js",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.hersidea.com:122/herton/simple-todo.git"
- },
- "author": "Herton",
- "license": "ISC",
- "devDependencies": {
- "body-parser": "^1.18.2",
- "ejs": "^2.5.7",
- "express": "^4.16.2",
- "mongoose": "^4.13.1"
- }
- }
|