-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·39 lines (39 loc) · 967 Bytes
/
Copy pathbower.json
File metadata and controls
executable file
·39 lines (39 loc) · 967 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
30
31
32
33
34
35
36
37
38
39
{
"name": "sample-app",
"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",
"angular-touch": "^1.3.0",
"patternfly": "git://github.com/patternfly/patternfly.git#cfme-dashboard",
"angular-patternfly": "https://github.com/patternfly/angular-patternfly.git#charts",
"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"
}
}