sjy-ecos/package.json

26 lines
528 B
JSON
Raw Normal View History

2016-12-23 10:16:12 +00:00
{
"name": "eco",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
2018-01-29 07:45:42 +00:00
"bcrypt": "^1.0.3",
2017-01-09 08:41:53 +00:00
"bluebird": "^3.4.7",
2016-12-23 10:16:12 +00:00
"body-parser": "~1.15.2",
"bootstrap": "^3.3.7",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
2017-01-09 08:41:53 +00:00
"express-promise": "^0.4.0",
2017-02-06 09:10:14 +00:00
"geojson": "^0.4.1",
2016-12-23 10:16:12 +00:00
"jquery": "^2.2.4",
"morgan": "~1.7.0",
"pg": "^6.1.2",
2017-01-09 08:41:53 +00:00
"pg-promise": "^5.5.0",
2016-12-23 10:16:12 +00:00
"serve-favicon": "~2.3.0"
}
}