tilegrinder
Version:
Easily alter all vector tiles in an MBTiles file
31 lines (30 loc) • 742 B
JSON
{
"name": "tilegrinder",
"version": "0.1.4",
"description": "Easily alter all vector tiles in an MBTiles file",
"main": "index.js",
"scripts": {
"start": "echo \"Error: sorry, this is not a standalone app\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rastapasta/tilegrinder.git"
},
"keywords": [
"mbtiles",
"mbtile",
"vectortile",
"vectortiles",
"helper"
],
"author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"coffeescript": "^2.3.2",
"@mapbox/mbtiles": "^0.10.0",
"node-protobuf": "^1.4.1",
"split": "^1.0.0"
}
}