-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 768 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 768 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
{
"name": "albatross",
"version": "1.0.0",
"dependencies": {
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-cookies": "^1.5.3",
"angular-messages": "^1.5.3",
"angular-resource": "^1.5.3",
"angular-route": "^1.5.3",
"angular-sanitize": "^1.5.3",
"angular-material": "^1.0.9",
"angularfire": "^2.0.1",
"font-awesome": "^4.6.3",
"raven-js": "^3.1.1"
},
"devDependencies": {
"angular-mocks": "^1.5.3"
},
"appPath": "app",
"moduleName": "albatrossApp",
"overrides": {
"font-awesome": {
"main": [
"css/font-awesome.css"
]
},
"raven-js": {
"main": [
"dist/raven.js",
"dist/plugins/angular.js"
]
}
}
}