-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·40 lines (40 loc) · 1007 Bytes
/
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
{
"name": "rhev-dashboard-poc",
"version": "0.0.1",
"description": "",
"license": "",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "1.3.0 - 1.4.*",
"angular-aria": "1.3.*",
"angular-resource": "1.3.*",
"angular-route": "1.3.0 - 1.4.*",
"angular-sanitize": "1.3.0 - 1.4.*",
"rcue": "https://github.com/dtaylor113/rcue.git#master",
"patternfly": "https://github.com/patternfly/patternfly.git#master",
"angular-patternfly": "https://github.com/patternfly/angular-patternfly.git#master",
"angular-bootstrap": "0.13.x",
"angular-translate": "2.1.0",
"angular-translate-loader-static-files": "2.1.0",
"c3": "~0.4.10",
"jquery": "~1.11.3",
"lodash": "3.x"
},
"devDependencies": {
"angular-mocks": "1.3.0 - 1.4.*"
},
"resolutions": {
"angular": "1.3.0 - 1.4.*"
}
}