UNPKG

tileshrink

Version:

Reduce and simplify Vector Tile features in an MBTiles container

34 lines (33 loc) 768 B
{ "name": "tileshrink", "version": "0.1.1", "description": "Reduce and simplify Vector Tile features in an MBTiles container", "main": "main.js", "scripts": { "start": "node main", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "tileshrink": "./main.js" }, "repository": { "type": "git", "url": "https://github.com/rastapasta/tileshrink.git" }, "keywords": [ "mbtiles", "vectortile", "vectortiles", "reduce", "simplify" ], "author": "Michael Straßburger <codepoet@cpan.org>", "license": "MIT", "dependencies": { "coffee-script": "^1.11.1", "command-line-args": "^3.0.3", "command-line-usage": "^3.0.7", "simplify-js": "^1.2.1", "tilegrinder": "^0.1.2" } }