-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.22 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
47
48
49
50
51
{
"name": "CodeShip_Initial",
"version": "0.1.0",
"dependencies": {
"angular": ">=1.2.*",
"json3": "~3.3.0",
"es5-shim": "~3.0.1",
"css3pie": "*",
"excanvas": "*",
"html5shiv": "*",
"respond": "*",
"jquery": "~2.1.0",
"bootstrap": "~3.1.1",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-route": ">=1.2.*",
"angular-ui-router": "*",
"angular-ui-tree": "*",
"angular-ui-codemirror": "*",
"angular-ui-ace": "*",
"angular-ui-calendar": "*",
"angular-ui-utils": "*",
"angular-ui-map": "*",
"ng-grid": "*",
"angular-bootstrap": "*",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-hotkeys": "*",
"angular-touch": "*",
"angular-hammer": "*",
"angular-websocket": "*",
"angular-socket-io": "*",
"angular-i18n": "*",
"angularfire": "*",
"moment": "*",
"chosen": "*",
"easeljs": "*",
"createjs-soundjs": "*",
"createjs-tweenjs": "*",
"createjs-preloadjs": "*"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"testPath": "test/client/spec",
"resolutions": {
"jquery": "~2.1.0"
}
}