This repository has been archived by the owner on May 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
bower.json
65 lines (65 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hawtio-kubernetes",
"version": "2.1.289",
"keywords": [
"hawtio"
],
"main": [
"dist/hawtio-kubernetes.css",
"dist/hawtio-kubernetes.js"
],
"ignore": [
".*",
"**/.*",
"node_modules",
"bower_components",
"libs",
"test",
"tests",
"plugins"
],
"dependencies": {
"angular-nvd3": "~1.0.2",
"angular-resource": ">= 1.1.0 <= 1.6.0",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-validate": "~1.2.1",
"angularjs-scroll-glue": "~0.0.1",
"hawtio-core": "~2.0.16",
"hawtio-forms": "~2.0.15",
"hawtio-oauth": "~2.0.21",
"hawtio-template-cache": "*",
"hawtio-ui": "~2.0.67",
"hawtio-utilities": "~2.0.21",
"kubernetes-container-terminal": "~0.0.17",
"term.js": "~0.0.3",
"hawtio-kubernetes-api": "~2.0.30",
"js-yaml": "^3.5.4",
"hawtio-pipeline-view": "~0.1.0",
"patternfly": "^3.5.1",
"angular-patternfly": "^3.5.1"
},
"overrides": {
"term.js": {
"main": [
"./src/term.js"
]
}
},
"devDependencies": {
"bootstrap": "~3.3.6",
"hawtio-core-dts": "~2.0.0",
"angular-mocks": "~1.3.7",
"hawtio-preferences": "~2.0.1",
"hawtio-extension-service": "~2.0.1"
},
"resolutions": {
"codemirror": "^5.0",
"urijs": "~1.17.0",
"lodash": "3.10.1",
"angular": ">= 1.1.0 <= 1.6.0",
"font-awesome": "^4.6.1",
"patternfly": "~3.5.1",
"angular-patternfly": "^3.5.1",
"patternfly-bootstrap-treeview": "~2.0.0"
}
}