forked from Curvytron/curvytron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "curvytron",
"version": "1.2.0",
"description": "A web multiplayer Tron game like... with curves!",
"keywords": [
"tron",
"game",
"indie",
"html5",
"devops"
],
"homepage": "https://github.com/Gameo/curvytron",
"license": "MIT",
"contributors": [
{
"name": "Johan Dufour",
"email": "[email protected]",
"homepage": "https://github.com/lutangar"
},
{
"name": "Thomas JARRAND",
"email": "[email protected]",
"homepage": "http://thomas-jarrand.com"
}
],
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.2.*",
"gulp-header": "^1.0.*",
"gulp-jshint": "^1.6.*",
"gulp-minify-css": "~0.3.*",
"gulp-nodemon": "~1.0.*",
"gulp-plumber": "^0.5.*",
"gulp-rename": "^1.2.*",
"gulp-sass": "^0.7.*",
"gulp-uglify": "^0.3.*",
"gulp-util": "^2.2.*"
},
"dependencies": {
"faye-websocket": "^0.7.*",
"express": "~4.4.*"
},
"scripts": {
"install": "bower install"
}
}