Eve-Reactions-Calculator/package.json

25 lines
591 B
JSON

{
"name": "eve-reactions-calculator",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.0",
"body-parser": "~1.17.1",
"cluster": "^0.7.7",
"cookie-parser": "^1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"hbs": "~4.0.1",
"mongodb": "^3.1.13",
"mongoose": "^5.7.5",
"morgan": "~1.9.1",
"numeral": "^2.0.6",
"request": "^2.83.0",
"serve-favicon": "~2.4.2",
"xml-js": "^1.5.2"
}
}