Eve-Reactions-Calculator/db_server/package.json

19 lines
362 B
JSON
Raw Normal View History

2017-11-06 18:58:38 +00:00
{
"name": "db_server",
"version": "1.0.0",
"description": "",
"main": "dbserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
2017-11-06 18:58:38 +00:00
"fs": "0.0.1-security",
"mongodb": "^2.2.33",
2017-12-09 03:48:32 +00:00
"node-cron": "^1.2.1",
2017-11-06 18:58:38 +00:00
"request": "^2.83.0"
}
}