tilestrata-mapnik
Version:
A TileStrata plugin for rendering tiles with mapnik
42 lines (41 loc) • 836 B
JSON
{
"name": "@mapbox/tilelive-mapnik",
"version": "1.0.0",
"main": "./lib/mapnik_backend.js",
"description": "Mapnik backend for tilelive",
"url": "http://github.com/mapbox/tilelive-mapnik",
"keywords": [
"map",
"server",
"mapnik",
"tms"
],
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mapbox/tilelive-mapnik.git"
},
"contributors": [
"Tom MacWright <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>",
"Blake Thompson <flippmoke>"
],
"dependencies": {
"generic-pool": "~2.4.0",
"mapnik": "^4.5.2",
"mime": "~1.3.4",
"step": "~0.0.5"
},
"devDependencies": {
"mocha": "2.x"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}