-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 867 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 867 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
{
"name": "accessopolis",
"version": "0.5.0",
"dependencies": {
"angular": "^1.5.0-rc.0",
"angular-animate": "^1.5.0-rc.0",
"angular-aria": "^1.5.0-rc.0",
"angular-cookies": "^1.5.0-rc.0",
"angular-messages": "^1.5.0-rc.0",
"angular-resource": "^1.5.0-rc.0",
"angular-route": "^1.5.0-rc.0",
"angular-sanitize": "^1.5.0-rc.0",
"angular-touch": "^1.5.0-rc.0",
"angular-translate": "~2.7.2",
"angularfire": "1.1.2",
"bootstrap-sass-official": "^3.2.0",
"firebase": "2.3.0",
"font-awesome": "~4.4.0",
"lodash": "~3.10.1",
"numeral": "numeraljs#~1.5.3",
"ng-imgur": "~0.1.5",
"angular-bootstrap": "~0.13.4",
"ng-file-upload": "~10.0.2"
},
"devDependencies": {
"mockfirebase": "0.11.0",
"angular-mocks": "^1.5.0-rc.0"
},
"appPath": "app",
"moduleName": "accessopolisApp"
}