tilestrata-vtile-raster
Version:
A TileStrata plugin for rendering vector tiles to images
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "tilestrata-vtile-raster",
"version": "0.5.0",
"description": "A TileStrata plugin for rendering vector tiles to images",
"author": "Brandon Reavis <brandon@naturalatlas.com>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "eslint . --fix && mocha -R tap",
"test-syntax": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-vtile-raster.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider",
"vector",
"tile",
"mapnik"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-vtile-raster/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-vtile-raster",
"dependencies": {
"active-cache": "^0.1.0",
"async": "^1.5.2",
"lodash": "~4.11.2",
"tilestrata-dependency": "~0.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-naturalatlas": "latest",
"mocha": "^2.4.5"
},
"peerDependencies": {
"tilestrata": "*",
"mapnik": "*"
}
}