forked from HannSO/sos-fixit-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 800 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
{
"name": "sos-fixit-angular",
"homepage": "https://github.com/HannSO/sos-fixit-angular",
"authors": [
"JoeWroe <[email protected]>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.2",
"bootstrap": "^3.3.6",
"angular": "^1.5.2",
"angular-resource": "^1.5.2",
"ng-token-auth": "^0.0.29-beta1",
"angular-cookie": "^4.1.0",
"angular-cookies": "^1.5.2",
"angular-google-maps": "^2.3.2",
"ngGeolocation": "^0.0.8"
},
"devDependencies": {
"angular-mocks": "^1.5.2",
"angular-route": "^1.5.2"
},
"resolutions": {
"angular-cookie": "^4.1.0",
"angular": "^1.5.2"
}
}