package.json
377 Bytes
{
"name": "foodrank",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"mongoose": "^4.10.5",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"serve-favicon": "~2.4.2"
}
}