-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
55 lines (55 loc) · 1.37 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
{
"name": "dataninja-advanced-mapping-tool",
"version": "0.5.5",
"homepage": "https://github.com/Dataninja/advanced-mapping-tool",
"authors": [
"Alessio Cimarelli <[email protected]>"
],
"description": "Another advanced mapping tool by Dataninja",
"main": "index.html",
"moduleType": [
"globals"
],
"keywords": [
"map",
"leaflet",
"choropleth",
"dataninja"
],
"license": "Apache 2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tmp"
],
"dependencies": {
"FileSaver": "*",
"JavaScript-MD5": "~1.1.0",
"Leaflet.label": "~0.2.1",
"agnesjs": "jenkin/agnesjs",
"argjs": "~1.1.0",
"canvg": "~1.3.0",
"colorbrewer2": "*",
"d3": "~3.4.13",
"geostats": "~1.2.0",
"headjs": "~1.0.3",
"html2canvas": "~0.4.1",
"leaflet-fullscreen": "~1.1.3",
"leaflet.markercluster": "~0.4.0",
"leaflet": "~0.7.3",
"queue-async": "~1.0.7",
"spin.js": "~2.0.1",
"Leaflet.Spin": "jenkin/Leaflet.Spin",
"completely": "jenkin/completely",
"Blob.js": "eligrey/Blob.js",
"canvas-toBlob.js": "eligrey/canvas-toBlob.js",
"yourls-api": "jenkin/yourls-api#~1.0.0",
"underscore": "~1.7.0",
"topojson": "mbostock/topojson#~1.6.18",
"leaflet-control-osm-geocoder": "jenkin/leaflet-control-osm-geocoder#develop"
}
}