UNPKG

tilestrata-mapnik

Version:

A TileStrata plugin for rendering tiles with mapnik

41 lines (40 loc) 929 B
{ "name": "tilestrata-mapnik", "version": "0.5.0", "description": "A TileStrata plugin for rendering tiles with mapnik", "author": "Brian Reavis <brian@naturalatlas.com>", "license": "Apache-2.0", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/naturalatlas/tilestrata-mapnik.git" }, "keywords": [ "tilestrata", "tilestrata-plugin", "tilestrata-provider", "mapnik" ], "bugs": { "url": "https://github.com/naturalatlas/tilestrata-mapnik/issues" }, "homepage": "https://github.com/naturalatlas/tilestrata-mapnik", "dependencies": { "generic-pool": "^2.5.4", "mime": "^2.4.6", "step": "^1.0.0" }, "devDependencies": { "chai": "^3.3.0", "image-size": "^0.4.0", "is-png": "^2.0.0", "mocha": "^7.2.0" }, "peerDependencies": { "tilestrata": "*", "mapnik": "*" } }