forked from stamen/ecoengine-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 909 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
{
"name": "ecoengine-compare",
"version": "0.0.0",
"homepage": "https://github.com/stamen/ecoengine-compare",
"authors": [
"Eric Gelinas <[email protected]>"
],
"description": "A comparison tool for GeoJSON API endpoints",
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"leaflet": "~0.7.3",
"interact": "~1.2.2",
"samesies": "*",
"leaflet-convex-hull-cluster": "git://github.com/standardpixel/Leaflet.markercluster.git#master",
"ecoengine-client": "git://github.com/stamen/ecoengine-client.git#master",
"browsersugar": "*",
"leaflet-hexbin-2": "git://github.com/syntagmatic/leaflet-hexbin.git",
"eight-bit-color-picker": "~1.1.0",
"query-string": "~1.0.0",
"lz-string-bower": "~1.3.3",
"leaflet-hash": "*",
"sweetalert": "~0.4.2"
}
}