17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "task-manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mongodb": "^3.1.10",
|
|
"mongoose": "^5.3.16"
|
|
}
|
|
}
|