forked from geogames2/openSenseMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
67 lines (67 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "open-sense-map",
"version": "0.0.0",
"dependencies": {
"angular": "1.5",
"jquery": "~1.12.0",
"bootstrap": "~3.3",
"angular-resource": "1.5",
"angular-sanitize": "1.5",
"angular-route": "1.5",
"angular-bootstrap": "~1.1.0",
"underscore": "~1.8.0",
"angular-underscore": "~0.5",
"ngDialog": "~0.5",
"ng-flow": "~2",
"angular-bootstrap-checkbox": "^0.5.0",
"font-awesome": "~4.4.0",
"weather-icons": "~2.0",
"bootstrap-languages": "https://github.com/usrz/bootstrap-languages.git#3ac2a3d",
"angular-translate": "~2.11",
"angular-translate-loader-static-files": "~2.11",
"angular-ui-router": "~0.2.18",
"opencpu": "https://github.com/sensebox/opencpu.js.git",
"c3-angular": "~1.2.0",
"angular-moment": "^1.0.0-beta.6",
"angular-dynamic-locale": "^0.1.32",
"ui-leaflet": "^1.0.1",
"Leaflet.awesome-markers": "^2.0.2"
},
"devDependencies": {
"angular-mocks": "1.5",
"angular-scenario": "1.5"
},
"resolutions": {
"angular": "1.5",
"angular-translate": "~2.11"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
},
"font-awesome": {
"main": [
"./css/font-awesome.css",
"./fonts/*"
]
},
"moment": {
"main": [
"moment.js",
"locale/de.js",
"locale/es.js",
"locale/pl.js",
"locale/pt.js",
"locale/it.js",
"locale/fr.js",
"locale/ms.js",
"locale/nl.js",
"locale/ru.js"
]
}
}
}