forked from marmelab/ng-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1 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
46
47
48
{
"name": "ng-admin",
"version": "0.4.0",
"main": [
"build/ng-admin.min.css",
"build/ng-admin.min.js"
],
"dependencies": {
"angular": "~1.3.1",
"angular-bootstrap": "~0.12.0",
"angular-resource": "~1.3.1",
"angular-cookies": "~1.3.1",
"angular-sanitize": "~1.3.1",
"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.3.0",
"restangular": "~1.4.0",
"angular-ui-router": "~0.2.13",
"bootstrap": "~3.3.1",
"fontawesome": "~4.1.0",
"humane": "~3.2.0",
"nprogress": "~0.1.6",
"textAngular": "~1.2.2",
"ngInflection": "~1.0.0"
},
"devDependencies": {
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15",
"almond": "~0.3.0"
},
"resolutions": {
"angular": "~1.3.1"
},
"ignore": [
"examples",
"grunt",
"src",
".*",
"Gruntfile.js",
"*.html",
"Makefile",
"*.json",
"UPGRADE-*"
]
}