forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
58 lines (58 loc) · 1.54 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
{
"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.5.3",
"angular-animate": "^1.5.3",
"angular-mocks": "^1.5.3",
"angular-patternfly-sass": "3.10.0",
"angular-sanitize": "^1.5.3",
"angular.validators": "^4.4.2",
"bootstrap-filestyle": "^1.2.1",
"bootstrap-hover-dropdown": "^2.0.11",
"jquery.observe_field": "himdel/jquery.observe_field#^0.1.0",
"jasmine-jquery": "^2.1.1",
"jquery-1.8": "^1.8.3",
"jquery-ujs": "^1.1.0",
"jquery-ui": "jqueryui#^1.9.2",
"bootstrap-switch": "^3.3.2",
"angular-bootstrap-switch": "^0.5.0",
"kubernetes-topology-graph": "0.0.23",
"moment-timezone": "^0.4.0",
"moment-strftime": "himdel/moment-strftime#^0.1.7",
"numeral": "^1.5.3",
"spin.js": "^2.3.2",
"sprintf": "^1.0.3",
"tota11y": "^0.1.3",
"xml_display": "^0.1.1",
"spice-html5-bower": "himdel/spice-html5-bower#^0.1.5",
"es6-shim": "^0.35.0",
"phantomjs-polyfill": "^0.0.2",
"fetch": "^1.0.0",
"codemirror": "^5.16.0",
"array-includes": "^1.0.0",
"qs": "^0.3.10",
"rxjs": "^4.1.0",
"rx-angular": "rx.angular#^1.1.3",
"manageiq-ui-components": "~0.0.7"
},
"resolutions": {
"moment": ">=2.9.0",
"d3": "~3.5.0"
}
}