-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1010 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
{
"name": "slice-game-server",
"version": "0.0.1",
"description": "Server for a game",
"dependencies": {
"express": "^4.12.3",
"howler": "git+https://github.com/goldfire/howler.js.git#2.0",
"lodash": "^3.9.3",
"matter-js": "git+https://github.com/liabru/matter-js.git",
"node-uuid": "^1.4.3",
"game-keyboard": "^0.1.0",
"socket.io": "^1.3.5",
"pixi.js" : "git+https://github.com/GoodBoyDigital/pixi.js.git#master"
},
"devDependencies": {
"babelify": "^6.0",
"browserify": "^10.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.0",
"gulp-filter": "^2.0.2",
"gulp-image-resize": "^0.6.0",
"gulp-imagemin": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"main-bower-files": "^2.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.0"
}
}