-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
36
{
"name": "bomberman",
"version": "1.0.0",
"description": "",
"scripts": {
"server": "node server.js",
"app": "electron .",
"build": "electron-packager . Bomberman --platform=darwin --arch=x64 --overwrite=true --out=../bomberman"
},
"author": "Carina Chenot",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"devtron": "^1.1.0",
"electron": "^1.0.1",
"electron-packager": "^8.6.0",
"eslint": "^3.19.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-minify": "0.0.15",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1"
},
"dependencies": {
"express": "^4.15.2",
"socket.io": "^1.7.3",
"wolfy87-eventemitter": "^5.1.0"
}
}