UNPKG

mapnik

Version:

Tile rendering library for node

70 lines (69 loc) 1.86 kB
{ "name": "mapnik", "description": "Tile rendering library for node", "url": "http://github.com/mapnik/node-mapnik", "homepage": "http://mapnik.org", "author": "Dane Springmeyer <dane@mapbox.com> (mapnik.org)", "version": "4.5.9", "mapnik_version": "e553f55dc", "main": "./lib/mapnik.js", "binary": { "module_name": "mapnik", "module_path": "./lib/binding/", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{name}/v{version}/{configuration}/{toolset}/", "package_name": "{platform}-{arch}.tar.gz" }, "bugs": { "email": "dane@mapbox.com", "url": "http://github.com/mapnik/node-mapnik/issues" }, "keywords": [ "map", "graphics", "canvas", "tile", "mapnik", "carto" ], "repository": { "type": "git", "url": "git://github.com/mapnik/node-mapnik.git" }, "contributors": [ "Konstantin Käfer", "Blake Thompson" ], "license": "BSD-3-Clause", "dependencies": { "@mapbox/node-pre-gyp": "^1.x", "mapnik-vector-tile": "3.0.1", "node-addon-api": "~3.1.x" }, "bin": { "mapnik-index.js": "bin/mapnik-index.js", "mapnik-inspect.js": "bin/mapnik-inspect.js", "mapnik-render.js": "bin/mapnik-render.js", "mapnik-shapeindex.js": "bin/mapnik-shapeindex.js" }, "scripts": { "test": "tape test/*.test.js", "install": "node-pre-gyp install --fallback-to-build", "docs": "documentation build src/*.cpp src/mapnik_plugins.hpp --polyglot -o documentation -f html --github --name Mapnik" }, "devDependencies": { "@mapbox/sphericalmercator": "~1.0.2", "aws-sdk": "2.0.12", "bytes": "~2.1.0", "nyc": "^14.1.1", "tape": "^4.13.3" }, "jshintConfig": { "node": true, "globalstrict": true, "undef": true, "unused": true, "noarg": true, "mocha": true } }