19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "node-todo-api",
|
|
"version": "1.0.0",
|
|
"description": "yeahhh",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"mongodb": "^2.2.5",
|
|
"mongoose": "^4.5.9"
|
|
}
|
|
}
|