forked from GDGKansasCity/DeLorean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.03 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.03 KB
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
44
45
46
47
{
"name": "devfest",
"version": "1.0.0",
"dependencies": {
"angular": "^1.3.0",
"firebase": "~2.3.2",
"angularfire": "~1.1.3",
"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.5.0",
"ngmap": "~1.14.15",
"angular-filter": "~0.5.6",
"angular-bootstrap": "~0.14.3",
"angular-confirm-modal": "~1.2.1"
},
"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"
]
},
"angular-confirm-modal": {
"main": [
"angular-confirm.min.js"
]
}
}
}