forked from openshift/origin-web-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
99 lines (99 loc) · 2.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "assets",
"version": "0.0.0",
"dependencies": {
"angular": "1.3.8",
"json3": "3.3.2",
"es5-shim": "3.1.1",
"angular-resource": "1.3.8",
"angular-cookies": "1.3.8",
"angular-sanitize": "1.3.8",
"angular-animate": "1.3.8",
"angular-touch": "1.3.8",
"angular-route": "1.3.8",
"angular-bootstrap": "0.14.3",
"angular-patternfly": "3.3.0",
"uri.js": "1.14.1",
"moment": "2.10.6",
"moment-timezone": "0.5.3",
"patternfly": "3.3.0",
"hawtio-core": "2.0.11",
"hawtio-core-navigation": "2.0.48",
"hawtio-extension-service": "2.0.2",
"jquery": "2.1.4",
"lodash": "3.10.1",
"sifter": "0.3.4",
"microplugin": "0.0.3",
"selectize": "0.11.2",
"messenger": "1.4.1",
"kubernetes-label-selector": "0.0.18",
"kubernetes-topology-graph": "0.0.23",
"kubernetes-container-terminal": "0.0.11",
"openshift-object-describer": "1.1.2",
"layout.attrs": "1.1.2",
"bootstrap-hover-dropdown": "2.1.3",
"angular-ui-ace": "0.2.3",
"ace-builds": "1.2.2",
"yamljs": "jeremyfa/yaml.js#0.2.7",
"clipboard": "1.5.8",
"pathseg": "1.0.2",
"ansi_up": "1.3.0",
"angular-extension-registry": "1.2.6",
"ng-sortable": "1.3.4",
"ui-select": "angular-ui-select#0.16.1",
"matchHeight": "0.6.0"
},
"devDependencies": {
"angular-mocks": "1.3.8",
"angular-scenario": "1.3.8",
"font-awesome": "4.6.1"
},
"appPath": "app",
"resolutions": {
"lodash": "3.10.1",
"angular-bootstrap": "0.14.3",
"moment": "2.10.6",
"matchHeight": "0.6.0",
"font-awesome": "4.6.1"
},
"overrides": {
"angular-patternfly": {
"main": [
"dist/styles/angular-patternfly.css",
"dist/angular-patternfly.js"
]
},
"bootstrap-hover-dropdown": {
"main": [
"bootstrap-hover-dropdown.min.js"
],
"dependencies": {}
},
"selectize": {
"main": [
"dist/js/selectize.js"
]
},
"layout.attrs": {
"main": [
"dist/layout.attrs.css"
]
},
"term.js": {
"main": [
"src/term.js"
]
},
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/ext-searchbox.js",
"src-min-noconflict/mode-dockerfile.js",
"src-min-noconflict/mode-groovy.js",
"src-min-noconflict/mode-yaml.js",
"src-min-noconflict/theme-dreamweaver.js",
"src-min-noconflict/theme-eclipse.js"
]
}
}
}