-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "climate-stress-tool",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install",
"dev": "nodemon ./bin/www"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"body-parser": "^1.0.2",
"bower": "^1.3.12",
"compression": "^1.2.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.0.1",
"debug": "~0.7.4",
"ejs": "^0.8.8",
"express": "^4.2.0",
"express-session": "^1.9.1",
"kue": "^0.8.12",
"morgan": "^1.0.1",
"node-uuid": "^1.4.2",
"pg": "^4.0.0",
"session-file-store": "0.0.13",
"static-favicon": "^1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.2.9"
}
}