forked from summer4096/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
36 lines (36 loc) · 753 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": "hoverboard",
"version": "1.1.3",
"homepage": "https://github.com/devTristan/hoverboard",
"authors": [
"Tristan Davies <[email protected]>"
],
"description": "Render vector tiles on canvas with leaflet. Supports geojson, topojson, and mapbox vector tiles (protobuf)",
"main": "src/hoverboard.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"leaflet",
"vector",
"geojson",
"topojson",
"protobuf"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"d3": "~3.5.3",
"hidpi-canvas": "~1.0.9",
"leaflet": "~0.7.3",
"pbf": "~0.0.3",
"topojson": "~1.6.18",
"vector-tile": "~0.1.1"
}
}