-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 766 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 766 Bytes
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
{
"name": "BombTouch",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.4",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.4",
"angular-cookies": "~1.2.4",
"angular-sanitize": "~1.2.4",
"fastclick-amd": "*",
"hu": "~0.1.0-rc.2",
"hammerjs": "~1.1.2",
"howler": "~1.1.20",
"fox-angular-scrollReveal.js": "1.0.2",
"scrollreveal": "3.1.4",
"PxLoaderNoDependencies": "*",
"pixi.js": "~1.6.0"
},
"devDependencies": {
"angular-mocks": "~1.2.4",
"angular-scenario": "~1.2.4",
"sass-bootstrap": "~3.0.0",
"requirejs": "~2.1.9",
"angular-route": "~1.2.4"
},
"resolutions": {
"angular": "1.2.29",
"scrollreveal": "~2.3.2"
}
}