/usr/lib/nodejs/mapnik/package.json is in node-mapnik 1.2.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"name" : "mapnik",
"description" : "Tile rendering library for node",
"url" : "http://github.com/mapnik/node-mapnik",
"homepage" : "http://mapnik.org",
"author" : "Dane Springmeyer <dane@dbsgeo.com> (mapnik.org)",
"version" : "1.2.0",
"main" : "./lib/mapnik.js",
"bugs" : {
"email" : "dane@dbsgeo.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"],
"licenses" : [
{
"type": "BSD",
"url": "https://github.com/mapnik/node-mapnik/blob/master/LICENSE.txt"
}
],
"dependencies" : {
"mapnik-vector-tile": "0.3.x"
},
"bin" : {
"mapnik-inspect.js" : "./bin/mapnik-inspect.js",
"mapnik-render.js" : "./bin/mapnik-render.js"
},
"engines" : {
"node": ">= 0.6.13 < 0.11.4"
},
"scripts" : {
"test" : "mocha"
}
}
|