rembot-api/package.json
2017-10-17 15:45:53 +00:00

20 lines
381 B
JSON

{
"name": "rembot-api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"config": "^1.26.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"jade": "~1.11.0",
"mongodb": "^2.2.33",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2"
}
}