2019-10-27 19:18:36 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2020-02-16 00:42:08 +00:00
|
|
|
"mongodb": "^3.1.10",
|
|
|
|
"mongoose": "^5.3.16"
|
2019-10-27 19:18:36 +00:00
|
|
|
}
|
|
|
|
}
|