forked from ManageIQ/manageiq-ui-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.6 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
{
"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",
"vendor/assets/bower/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-dragdrop": "~1.0.13",
"angular-patternfly": "~3.26.0",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-sortable": "~0.16.1",
"array-includes": "~1.0.0",
"bootstrap-filestyle": "~1.2.1",
"bootstrap-hover-dropdown": "~2.2.1",
"codemirror": "~5.19.0",
"es6-shim": "~0.35.1",
"fetch": "~1.0.0",
"jasmine-jquery": "~2.1.1",
"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": "bower-dev",
"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.5",
"patternfly-timeline": "~1.0.5",
"phantomjs-polyfill": "~0.0.2",
"qs": "~0.3.10",
"spice-html5-bower": "himdel/spice-html5-bower#~1.7.2",
"spin.js": "~2.3.2",
"sprintf": "~1.0.3",
"xml_display": "~0.1.1"
},
"resolutions": {
"d3": "~3.5.0",
"jquery": "~2.2.4",
"moment": ">=2.10.5",
"bootstrap-select": "~1.12.2",
"font-awesome-sass": "~4.7.0",
"angular": "1.6.9",
"bootstrap-switch": "~3.3.4"
}
}