-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 985 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
40
{
"name": "autora",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install && sh scripts/webapp-install.sh"
},
"engines": {
"node": "4.1.1"
},
"dependencies": {
"aws-sdk": "^2.1.45",
"body-parser": "^1.12.4",
"bower": "^1.4.1",
"compression": "^1.5.0",
"connect-busboy": "0.0.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"express-subdomain": "^1.0.3",
"gm": "^1.18.1",
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-purifycss": "^0.1.0",
"grunt-sass": "^1.0.0",
"hbs": "~2.9.0",
"mongoose": "^4.0.4",
"morgan": "~1.5.3",
"node-mandrill": "^1.0.1",
"node-sass": "^3.1.2",
"s3": "^4.4.0",
"serve-favicon": "~2.2.1",
"shortid": "^2.2.2"
},
"devDependencies": {}
}