mirror of
https://github.com/NYCPlanning/labs-geojson2mvt.git
synced 2025-12-08 19:46:30 +00:00
26 lines
475 B
JSON
26 lines
475 B
JSON
{
|
|
"name": "geojson2mvt",
|
|
"version": "0.0.3",
|
|
"description": "",
|
|
"keywords": [
|
|
"mapboxgl",
|
|
"vector tiles",
|
|
"web mapping",
|
|
"web maps",
|
|
"geojson"
|
|
],
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NYCPlanning/geojson2mvt.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"geojson-vt": "^2.4.0",
|
|
"vt-pbf": "^2.1.2"
|
|
}
|
|
}
|