forked from marmelab/ng-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 811 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
{
"name": "ng-admin",
"version": "0.2.2",
"dependencies": {
"angular": "~1.2.16",
"angular-bootstrap": "~0.11.0",
"angular-resource": "~1.2.15",
"angular-cookies": "~1.2.15",
"angular-sanitize": "~1.2.15",
"angular-route": "~1.2.15",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.11.0",
"requirejs": "~2.1.14",
"requirejs-text": "~2.0.12",
"bootstrap-sass-official": "~3.1.0",
"restangular": "~1.4.0",
"angular-ui-router": "~0.2.10",
"bootstrap": "~3.1.1",
"fontawesome": "~4.1.0",
"humane": "~3.2.0",
"nprogress": "~0.1.6",
"textAngular": "~1.2.2"
},
"devDependencies": {
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15",
"almond": "~0.3.0"
},
"resolutions": {
"angular": "~1.2.16"
}
}