forked from ManageIQ/manageiq-ui-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (70 loc) · 1.94 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
{
"name": "manageiq",
"homepage": "http://manageiq.org/",
"authors": [
"ManageIQ"
],
"description": "ManageIQ Cloud Management Platform",
"main": "",
"moduleType": [],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.6.3",
"angular-animate": "~1.6.3",
"angular-bootstrap-switch": "~0.5.1",
"angular-dragdrop": "~1.0.13",
"angular-mocks": "~1.6.3",
"angular-patternfly-sass": "~3.23.1",
"angular-sanitize": "~1.6.3",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-sortable": "~0.16.1",
"angular.validators": "~4.4.2",
"array-includes": "~1.0.0",
"bootstrap-filestyle": "~1.2.1",
"bootstrap-hover-dropdown": "~2.2.1",
"bootstrap-switch": "~3.3.2",
"codemirror": "~5.19.0",
"es6-shim": "~0.35.1",
"fetch": "~1.0.0",
"jasmine-jquery": "~2.1.1",
"jquery": "~2.2.4",
"jquery-1.8": "~1.8.3",
"jquery-ui": "jqueryui#~1.12.1",
"jquery-ujs": "~1.2.2",
"jquery.observe_field": "himdel/jquery.observe_field#~0.1.0",
"kubernetes-topology-graph": "~0.0.23",
"manageiq-ui-components": "master",
"moment-duration-format": "~1.3.0",
"moment-strftime": "~0.2.0",
"moment-timezone": "~0.4.1",
"numeral": "~1.5.5",
"patternfly-bootstrap-treeview": "~2.1.1",
"patternfly-timeline": "~1.0.3",
"phantomjs-polyfill": "~0.0.2",
"qs": "~0.3.10",
"rx-angular": "rx.angular#~1.1.3",
"rxjs": "~4.1.0",
"spice-html5-bower": "himdel/spice-html5-bower#~1.6.3",
"spin.js": "~2.3.2",
"sprintf": "~1.0.3",
"tota11y": "~0.1.6",
"xml_display": "~0.1.1"
},
"resolutions": {
"patternfly-bootstrap-treeview": "~2.1.1",
"moment": ">=2.10.5",
"d3": "~3.5.0",
"jquery": "~2.2.4",
"angular": "~1.6.3",
"angular-sanitize": "~1.6.3",
"angular-animate": "~1.6.3"
}
}