tilelive-overlay
Version:
use geojson and simplestyle features rendered with mapnik
36 lines (35 loc) • 790 B
JSON
{
"name": "tilelive-overlay",
"version": "0.7.1",
"description": "use geojson and simplestyle features rendered with mapnik",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilelive-overlay.git"
},
"keywords": [
"tilelive",
"mapnik",
"geo",
"overlay"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/tilelive-overlay/issues"
},
"homepage": "https://github.com/mapbox/tilelive-overlay",
"devDependencies": {
"tap": "~0.4.8",
"mapnik": "~3.5.0",
"queue-async": "~1.0.7",
"benchmark": "~1.0.0"
},
"dependencies": {
"sphericalmercator": "~1.0.2",
"geojson-mapnikify": "~0.7.2"
}
}