-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 974 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 974 Bytes
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": "aicbr-map",
"description": "",
"main": "index.html",
"authors": [
"Education and Research, Esri Canada"
],
"license": "GPL-3.0",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"dev/vendor",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"leaflet-default-extent": "https://github.com/nguyenning/Leaflet.defaultextent.git#^0.0.2",
"jquery": "^3.3.1",
"jQuery.mmenu": "^7.2.2",
"leaflet": "^1.3.4",
"Leaflet.extra-markers": "^1.0.8",
"leaflet.zoomhome": "^0.2.0",
"esri-leaflet": "^2.2.3",
"esri-leaflet-clustered-feature-layer": "^2.0.0",
"esri-leaflet-geocoder": "^2.2.13",
"d3": "^5.7.0",
"requirejs": "^2.3.6",
"fastclick": "^1.0.6",
"leaflet.markercluster": "^1.4.1",
"leaflet.locatecontrol": "^0.65.1",
"calcite-maps": "https://github.com/Esri/calcite-maps.git#als-v0.8-js-4.9",
"font-awesome": "^5.5.0"
}
}