udemy-node-todo-app/package.json

19 lines
372 B
JSON
Raw Normal View History

2017-11-29 05:35:37 +00:00
{
"name": "node-todo-api",
"version": "1.0.0",
2017-11-30 03:52:44 +00:00
"description": "yeahhh",
"main": "server/server.js",
2017-11-29 05:35:37 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2017-11-30 03:52:44 +00:00
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mongodb": "^2.2.5",
"mongoose": "^4.5.9"
2017-11-29 05:35:37 +00:00
}
}