-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
43 lines (43 loc) · 1.22 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
{
"name": "RDCYIS",
"description": "Regional Drought and Crop Yield Information System",
"private": false,
"authors": [
"Biplov Bhandari ([email protected])"
],
"repository": {
"type": "git",
"url": "https://github.com/Servir-Mekong/Drought-And-Crop-Yield"
},
"homepage": "https://rdcyis-servir.adpc.net/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.7",
"bootstrap-datepicker": "^1.7.1",
"angular": "1.6.6",
"angular-ui-router": "^1.0.8",
"components-font-awesome": "^4.7.0",
"terraformer": "^1.0.8",
"terraformer-wkt-parser": "^1.1.2",
"nouislider": "^11.0.3",
"highcharts": "^5.0.14",
"leaflet": "1.0.0",
"leaflet-draw": "leaflet.draw#^0.4.10",
"leaflet-filelayer": "git://github.com/makinacorpus/Leaflet.FileLayer.git#^1.1.0",
"leaflet.markercluster": "git://github.com/Leaflet/Leaflet.markercluster.git#^1.0.6",
"normalize-css": "^7.0.0",
"seiyria-bootstrap-slider": "^10.0.0",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-sanitize": "1.6.6"
},
"resolutions": {
"leaflet": "1.0.0"
}
}