-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·43 lines (43 loc) · 1 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
{
"name": "self-service-ui",
"version": "0.0.1",
"description": "",
"license": "",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-aria": "~1.3.0",
"angular-cookies": "~1.3.0",
"angular-messages": "~1.3.0",
"angular-resource": "~1.3.0",
"angular-route": "~1.3.0",
"angular-sanitize": "~1.3.0",
"bootstrap": "~3.3.5",
"patternfly": "git://github.com/erundle/patternfly.git#master",
"angular-patternfly": "git://github.com/erundle/angular-patternfly.git#master",
"angular-bootstrap": "0.13.0",
"lodash": "2.4.1",
"jquery": "~1.11.3",
"angular-translate": "2.1.0",
"angular-translate-loader-static-files": "2.1.0"
},
"devDependencies": {
"angular-mocks": "~1.3.0"
},
"resolutions": {
"patternfly": "master",
"angular": "1.3.*"
}
}