forked from webuildsg/webuild
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 957 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 957 Bytes
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": "webuild.sg",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "grunt travis --verbose"
},
"dependencies": {
"body-parser": "1.5.0",
"buffer-crc32": "0.2.3",
"compression": "1.0.9",
"cookie-parser": "1.3.2",
"cookie-signature": "1.0.4",
"errorhandler": "1.1.1",
"express": "4.6.1",
"github": "0.2.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-sass": "0.7.3",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"htmlstrip-native": "0.0.2",
"ical-generator": "0.1.7",
"jade": "1.4.2",
"jsonfile": "1.2.0",
"markdown": "0.5.0",
"mess": "0.1.2",
"moment": "2.7.0",
"passport": "0.2.0",
"passport-auth0": "0.2.0",
"promise": "5.0.0",
"request": "2.37.0",
"serve-favicon": "2.0.1"
},
"engines": {
"node": "0.10"
}
}