-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
36 lines (36 loc) · 984 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
{
"name": "regional-land-cover-monitoring-system",
"authors": [
"Biplov Bhandari",
"SERVIR MEKONG"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "https://rlcms.adpc.net/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"landcoverportal/static/vendor/",
"test",
"tests"
],
"dependencies": {
"angular": "^1.7.7",
"angular-sanitize": "^1.7.7",
"bootstrap": "3.3.7",
"bootstrap-datepicker": "^1.7.1",
"components-font-awesome": "^5.4.2",
"ion.rangeSlider": "ionrangeslider#^2.3.0",
"ngstorage": "^0.3.11",
"normalize-css": "^7.0.0",
"seiyria-bootstrap-slider": "^10.4.2",
"togeojson": "https://github.com/mapbox/togeojson.git#^0.16.0",
"highcharts": "^7.0.1",
"leaflet": "1.3.1",
"leaflet-side-by-side": "https://github.com/digidem/leaflet-side-by-side.git#6ea4567fe8d1b3e6ea3b0e9ca05d311f5be125a3",
"moment": "^2.24.0",
"viewerjs": "^0.5.9"
}
}