UNPKG

svg-mapper

Version:

Tool to slice big, annotated SVG into WebMercator tiles

45 lines (44 loc) 904 B
{ "name": "svg-mapper", "version": "0.0.4", "description": "Tool to slice big, annotated SVG into WebMercator tiles", "main": "./bin/cli.js", "engines": { "node": "*" }, "bin": { "svg-mapper": "./bin/cli.js" }, "dependencies": { "async": "~0.2.9", "canvas": "~1.2.11", "canvg": "~0.0.4", "jquery": "^2.2.3", "jsdom": "^8.3.1", "leaflet": "0.6.4", "optimist": "~0.6.0" }, "devDependencies": { "LiveScript": "~1.2.0" }, "scripts": { "prepublish": "slake build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/economia/svg-mapper.git" }, "keywords": [ "SVG", "WebMercator", "Tiles", "Map", "Mapping" ], "author": "Economia a.s.", "license": "MIT", "bugs": { "url": "https://github.com/economia/svg-mapper/issues" } }