-
Notifications
You must be signed in to change notification settings - Fork 58
/
bower.json
45 lines (45 loc) · 1.06 KB
/
bower.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
{
"name": "curvytron",
"version": "1.4.5",
"description": "A web multiplayer Tron game like with curves",
"keywords": [
"tron",
"game",
"indie",
"html5",
"devops"
],
"homepage": "https://github.com/Elao/curvytron",
"license": "MIT",
"authors": [
{
"name": "Johan Dufour",
"email": "[email protected]",
"homepage": "https://github.com/lutangar"
},
{
"name": "Thomas JARRAND",
"email": "[email protected]",
"homepage": "http://thomas.jarrand.fr"
}
],
"main": "dist/curvytron.min.js",
"dependencies": {
"tom32i-event-emitter.js": "~0.1.*",
"tom32i-gamepad.js": "~0.1.*",
"tom32i-key-mapper.js": "~0.1.*",
"tom32i-option-resolver.js": "~0.0.*",
"tom32i-asset-loader.js": "~0.0.*",
"html5-boilerplate": "~4.3.0",
"angular": "1.4.3",
"angular-route": "~1.4.3",
"angular-cookies": "~1.4.3",
"createjs-soundjs": "0.6.1",
"angular-bootstrap-colorpicker": "~3.0.*"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}