-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "shooting-game",
"description": "",
"readme": "",
"repository": "",
"version": "0.0.0",
"engines": {
"node": "4.2.1"
},
"dependencies": {
"bower": "^1.7.7",
"ejs": "^2.4.1",
"express": "^4.13.4",
"socket.io": "^1.4.5"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.1.0",
"gulp-download": "0.0.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"tiny-lr": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"postinstall": "bower install",
"bower-install": "node ./node_modules/bower/bin/bower install",
"start": "node ./src/server/app.js",
"gulp-start": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"lint": "node ./node_modules/gulp/bin/gulp.js lint"
}
}