forked from neojato/DeLorean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 957 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
41
42
{
"name": "devfest",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"firebase": "2.2.2",
"angularfire": "1.0.0",
"bootstrap": "~3.3.5",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"font-awesome": "~4.4.0",
"ngmap": "~1.13.8",
"angular-filter": "~0.5.6",
"angular-bootstrap": "~1.1.2",
"angular-ui-router": "~0.2.15"
},
"devDependencies": {
"mockfirebase": "0.11.0",
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "devfestApp",
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css"
]
}
}
}