forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.31 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
{
"name": "kubernetes-dashboard",
"version": "1.6.1",
"dependencies": {
"angular": "~1.6.2",
"angular-animate": "~1.6.2",
"angular-aria": "~1.6.2",
"angular-material": "~1.1.3",
"angular-messages": "~1.6.2",
"angular-ui-router": "~0.4.2",
"angular-resource": "~1.6.2",
"angular-sanitize": "~1.6.2",
"ansi-up": "drudru/ansi_up#~v1.3.0",
"d3": "^3.4.4",
"nvd3": "1.8.5",
"material-design-icons": "~3.0.1",
"roboto-fontface": "0.7.0",
"ng-jsoneditor": "angular-tools/ng-jsoneditor#~1.0.0",
"angularUtils-pagination": "angular-utils-pagination#~0.11.1",
"easyfont-roboto-mono": "easyfont/roboto-mono#fa7971ea56f68bfdb2771f9cb560c99aca0164c1",
"angular-clipboard": "^1.5.0"
},
"overrides": {
"material-design-icons": {
"main": "iconfont/material-icons.css"
},
"roboto-fontface": {
"main": "css/roboto/roboto-fontface.css"
},
"easyfont-roboto-mono": {
"main": "css/roboto-mono.css"
},
"google-closure-library": {
"main": [
"closure/goog/base.js",
"closure/goog/deps.js"
]
}
},
"devDependencies": {
"cljsjs-packages-externs": "https://github.com/cljsjs/packages.git#0c44b38658ad789a45d342bff4f13706276f293a",
"angular-mocks": "~1.6.2",
"google-closure-library": "*"
}
}