@mapnik/mapnik
Version:
Node.js bindings for Mapnik (mapnik.org)
72 lines (71 loc) • 1.75 kB
JSON
{
"name": "@mapnik/mapnik",
"description": "Node.js bindings for Mapnik (mapnik.org)",
"url": "http://github.com/mapnik/node-mapnik",
"homepage": "http://mapnik.org",
"author": "Dane Springmeyer <dane.mapnik@gmail.com>",
"version": "4.6.10",
"main": "index.js",
"directories": {
"share": "./share",
"fonts": "./lib/mapnik/fonts"
},
"private": false,
"bugs": {
"email": "artem@mapnik.org",
"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",
"Artem Pavlenko"
],
"license": "BSD-3-Clause",
"dependencies": {
"node-addon-api": "^8.3.1",
"node-gyp-build": "^4.8.4",
"prebuildify": "^6.0.1"
},
"optionalDependencies": {
"@mapnik/core-darwin-arm64": "4.0.7",
"@mapnik/core-darwin-x64": "4.0.7",
"@mapnik/core-linux-arm64": "4.0.7",
"@mapnik/core-linux-x64": "4.0.7"
},
"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-gyp-build",
"prebuildify": "prebuildify --napi --strip",
"preinstall" : "./scripts/preinstall.sh",
"postinstall": "./scripts/postinstall.sh"
},
"devDependencies": {
"tape": "^v5.8.1"
},
"jshintConfig": {
"node": true,
"globalstrict": true,
"undef": true,
"unused": true,
"noarg": true,
"mocha": true
}
}