forked from ManageIQ/manageiq-ui-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
65 lines (65 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
60
61
62
63
64
65
{
"name": "ManageIQ 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.4.6",
"angular-animate": "~1.4.6",
"angular-base64": "~2.0.5",
"angular-bootstrap": "~0.13.0",
"angular-gettext": "~2.2.0",
"angular-messages": "~1.4.6",
"angular-mocks": "~1.4.6",
"angular-patternfly": "~2.3.2",
"angular-resource": "~1.4.6",
"angular-sanitize": "~1.4.6",
"angular-ui-router": "~0.2.15",
"font-awesome": "~4.4.0",
"jquery": "~2.1.0",
"lodash": "~3.9.0",
"moment": "~2.10.0",
"ngprogress": "~1.1.2",
"ngstorage": "~0.3.10",
"patternfly": "~2.3.0",
"toastr": "~2.1.1"
},
"overrides": {
"patternfly": {
"main": [
"components/bootstrap/dist/js/bootstrap.js",
"components/bootstrap-datepicker/dist/js/bootstrap-datepicker.js",
"components/bootstrap-select/dist/js/bootstrap-select.js",
"dist/js/patternfly.js",
"dist/css/patternfly.css",
"dist/css/patternfly-additions.css"
]
},
"angular-patternfly": {
"main": [
"dist/angular-patternfly.js",
"dist/styles/angular-patternfly.css"
]
},
"ngprogress": {
"main": [
"build/ngprogress.js",
"ngProgress.css"
]
}
}
}