-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
executable file
·41 lines (41 loc) · 989 Bytes
/
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
{
"name": "asd",
"version": "0.0.0",
"dependencies": {
"angular": "*",
"json3": "~3.3.2",
"es5-shim": "~3.0.2",
"jquery": "~1.11.0",
"angular-resource": "*",
"gsap": "~1.15.0",
"angular-cookies": "*",
"angular-sanitize": "*",
"angular-bootstrap": "~0.11.2",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.10",
"restangular": "~1.4.0",
"angular-mocks": "*",
"angular-ui-utils": "~0.1.1",
"angular-touch": "*",
"toastr": "~2.0.3",
"angular-gridster": "~0.10.8",
"javascript-detect-element-resize": "~0.5.3",
"ng-Fx": "~1.0.5",
"angular-animate": "~1.3.8",
"moment": "~2.8.4",
"materialize": "~0.93.1",
"angular-scroll": "~0.6.4"
},
"devDependencies": {
"angular-mocks": "*",
"angular-scenario": "*"
},
"overrides": {
"font-awesome": {
"main": "./css/font-awesome.css"
},
"bootstrap": {}
}
}