-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "chat-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js | ./node_modules/.bin/bunyan",
"postinstall": "./node_modules/bower/bin/bower install --config.interactive=false && ./node_modules/gulp/bin/gulp.js build",
"test": "./node_modules/gulp/bin/gulp.js test"
},
"dependencies": {
"bower": "^1.3.12",
"bunyan": "^1.2.1",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"debug": "~2.0.0",
"express": "~4.9.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-coveralls": "^0.1.3",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-istanbul": "^0.3.1",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.5.0",
"gulp-mocha": "^1.1.1",
"gulp-ng-annotate": "^0.3.5",
"gulp-nodemon": "^1.0.4",
"gulp-sass": "^1.1.0",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.2",
"istanbul": "^0.3.2",
"jade": "~1.6.0",
"jshint-stylish": "^0.2.0",
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"morgan": "~1.3.0",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.0",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}