forked from ManageIQ/manageiq-ui-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.26 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
{
"name": "manageiq-ui-self_service",
"version": "0.0.1",
"description": "ManageIQ Self Service",
"authors": [
"Michael Stack",
"Allen Wight"
],
"license": "Apache 2.0",
"homepage": "http://manageiq.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"devDependencies": {
"bardjs": "~0.1.8",
"sinon": "http://sinonjs.org/releases/sinon-1.15.4.js"
},
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-base64": "~2.0.5",
"angular-bootstrap": "^0.13.3",
"angular-dragdrop": "~1.0.12",
"angular-gettext": "~2.2.0",
"angular-messages": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-patternfly": "^3.6.0",
"angular-resource": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-svg-base": "^0.0.2",
"angular-ui-router": "~0.2.15",
"bootstrap-treeview": "~1.2.0",
"font-awesome": "^4.5.0",
"jquery": "^2.1.4",
"lodash": "~3.9.0",
"ngprogress": "~1.1.3",
"ngstorage": "~0.3.10",
"no-vnc": "~0.5.1",
"patternfly": "^3.6.0",
"spice-html5-bower": "v0.1.6.1",
"sprintf": "~1.0.3",
"toastr": "~2.1.1"
},
"overrides": {
"no-vnc": {
"main": []
},
"spice-html5-bower": {
"main": []
}
}
}