forked from SergeyKhval/ossu-client
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
47 lines (47 loc) · 1.1 KB
/
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
43
44
45
46
47
{
"name": "ossu-client",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"firebase": "2.2.2",
"angularfire": "1.0.0",
"bootstrap-sass": "^3.2.0",
"angular-animate": "^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",
"bootstrap-material-design": "master",
"font-awesome": "^4.5.0",
"AngularJS-Toaster": "angularjs-toaster#^1.2.0",
"angular-bootstrap": "^1.2.5",
"angular-local-storage": "^0.2.7"
},
"overrides": {
"bootstrap-material-design": {
"main": [
"sass/bootstrap-material-design.scss",
"sass/ripples.scss",
"scripts/material.js",
"scripts/ripples.js"
]
},
"AngularJS-Toaster": {
"main": [
"toaster.scss",
"toaster.js"
]
}
},
"devDependencies": {
"mockfirebase": "0.11.0",
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "ossuClientApp",
"resolutions": {
"angular": "1.5.3"
}
}