{ "name": "mapnik", "description": "Tile rendering library for node", "url": "http://github.com/mapnik/node-mapnik", "homepage": "http://mapnik.org", "author": "Dane Springmeyer (mapnik.org)", "version": "4.2.1", "mapnik_version": "da69fdf66", "main": "./lib/mapnik.js", "binary": { "module_name": "mapnik", "module_path": "./lib/binding/", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{module_name}/v{version}/", "package_name": "{node_abi}-{platform}-{arch}-{configuration}{toolset}.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": { "mapnik-vector-tile": "2.2.1", "nan": "~2.10.0", "node-pre-gyp": "~0.10.0" }, "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": { "prepublishOnly": "npm ls", "test": "jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000", "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": { "aws-sdk": "2.0.12", "jshint": "^2.5.10", "mocha": "2.x", "@mapbox/sphericalmercator": "~1.0.2", "bytes": "~2.1.0" }, "jshintConfig": { "node": true, "globalstrict": true, "undef": true, "unused": true, "noarg": true, "mocha": true } }