This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
85 lines (85 loc) · 2.21 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
{
"name": "oshinko-console",
"version": "0.0.1",
"authors": [
"Red Hat"
],
"description": "Library of common services and components for OpenShift Web Console.",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.11",
"json3": "3.3.2",
"es5-shim": "3.1.1",
"es5-dom-shim": "*",
"angular-resource": "1.5.11",
"angular-cookies": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-animate": "1.5.11",
"angular-touch": "1.5.11",
"angular-route": "1.5.11",
"angular-bootstrap": "0.14.3",
"angular-patternfly": "3.21.0",
"uri.js": "1.18.0",
"moment": "2.14.2",
"moment-timezone": "0.5.3",
"patternfly": "3.21.0",
"hawtio-core": "~2.0.37",
"hawtio-extension-service": "~2.0.2",
"jquery": "2.1.4",
"lodash": "4.17.4",
"sifter": "0.4.1",
"microplugin": "0.0.3",
"selectize": "0.12.1",
"messenger": "1.4.1",
"kubernetes-label-selector": "1.4.2",
"kubernetes-topology-graph": "0.0.23",
"kubernetes-container-terminal": "1.0.3",
"registry-image-widgets": "0.0.2",
"openshift-object-describer": "1.1.4",
"layout.attrs": "2.1.1",
"bootstrap-hover-dropdown": "2.1.3",
"angular-ui-ace": "0.2.3",
"ace-builds": "1.2.2",
"clipboard": "1.5.8",
"ansi_up": "1.3.0",
"angular-extension-registry": "1.2.6",
"ng-sortable": "1.3.4",
"ui-select": "angular-ui-select#0.19.4",
"matchHeight": "0.7.0",
"angular-inview": "1.5.7",
"js-yaml": "3.6.1",
"angular-moment": "1.0.0",
"angular-utf8-base64": "0.0.5",
"file-saver": "1.3.3",
"bootstrap-switch": "3.3.3"
},
"appPath": "app",
"resolutions": {
"angular-bootstrap": "0.14.3",
"d3": "3.5.17",
"patternfly": "3.21.0",
"angular-patternfly": "3.21.0",
"patternfly-bootstrap-treeview": "2.1.1",
"angular": "1.5.11",
"kubernetes-object-describer": "1.0.4",
"angular-sanitize": "1.5.11",
"lodash": "3.10.1",
"moment": "2.10.6",
"matchHeight": "0.6.0",
"font-awesome": "4.6.1"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "2.1.4"
}
}
}
}