forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 934 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
{
"name": "kubernetes-dashboard",
"version": "1.1.0",
"dependencies": {
"angular": "~1.5.7",
"angular-animate": "~1.5.7",
"angular-aria": "~1.5.7",
"angular-material": "~1.0.9",
"angular-messages": "~1.5.7",
"angular-ui-router": "~0.3.1",
"angular-resource": "~1.5.7",
"angular-sanitize": "~1.5.7",
"material-design-icons": "~2.2.3",
"roboto-fontface": "~0.5.0",
"ng-jsoneditor": "angular-tools/ng-jsoneditor#~1.0.0",
"angularUtils-pagination": "angular-utils-pagination#~0.11.1"
},
"overrides": {
"material-design-icons": {
"main": "iconfont/material-icons.css"
},
"roboto-fontface": {
"main": "css/roboto-fontface.css"
},
"google-closure-library": {
"main": [
"closure/goog/base.js",
"closure/goog/deps.js"
]
}
},
"devDependencies": {
"angular-mocks": "~1.5.7",
"google-closure-library": "*"
}
}