-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "arewegood-web",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-session": "^1.10.2",
"express-subdomain": "^1.0.3",
"github": "^0.2.3",
"hulksmash": "0.0.3",
"jade": "~1.6.0",
"mongoose": "^3.8.22",
"morgan": "~1.3.0",
"node-uuid": "^1.4.2",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-http-bearer": "^1.0.1",
"q": "^1.1.2",
"serve-favicon": "~2.1.3",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.4.3",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.5.0",
"gulp-jade": "^0.9.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-nodemon": "^1.0.5",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"jshint-stylish": "^0.2.0",
"merge-stream": "^0.1.7",
"mocha": "^2.0.1",
"opn": "^0.1.1",
"yargs": "^3.9.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "node ./bin/www",
"test": "npm run test-node && npm run test-browser",
"test-node": "mocha -R spec ./test/spec/test.js",
"test-browser": ""
}
}