-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·29 lines (29 loc) · 832 Bytes
/
Copy pathbower.json
File metadata and controls
executable file
·29 lines (29 loc) · 832 Bytes
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
{
"name": "angular-patternfly-toolkit",
"version": "0.0.4",
"authors": [
"Red Hat"
],
"description": "Angular extension of the PatternFly project.",
"ignore": [
"node_modules",
"lib"
],
"dependencies": {
"angular-animate": "1.3.*",
"angular-aria": "1.3.*",
"angular-resource": "1.3.*",
"angular-route": "1.3.*",
"angular-sanitize": "1.3.*",
"patternfly": "https://github.com/patternfly/patternfly.git#v1.3.0",
"angular-patternfly": "https://github.com/patternfly/angular-patternfly.git#0.0.6",
"angular-patternfly-charts": "https://github.com/patternfly/angular-patternfly-charts.git#0.0.4",
"angular-bootstrap": "0.13.0"
},
"resolutions": {
"angular-sanitize": "v1.3.*",
"angular": "1.3.*",
"angular-animate": "1.3.*",
"patternfly": "1.3.0"
}
}