/usr/lib/nodejs/tilelive-mapnik/package.json is in node-tilelive-mapnik 0.6.8-1.
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 | {
"name" : "tilelive-mapnik",
"version" : "0.6.8",
"main" : "./lib/mapnik_backend.js",
"description" : "Mapnik backend for tilelive",
"url" : "http://github.com/mapbox/tilelive-mapnik",
"keywords" : ["map", "server", "mapnik", "tms"],
"licenses" : [{
"type": "BSD"
}],
"repository": {
"type": "git",
"url": "http://github.com/mapbox/tilelive-mapnik.git"
},
"contributors": [
"Tom MacWright <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>"
],
"dependencies": {
"step" : "~0.0.5",
"underscore" : "~1.3.3",
"generic-pool": "~2.0.0",
"mapnik": ">=0.7.25 && <1.5.0",
"eio" : "~0.2.2",
"mime" : "~1.2.9",
"sphericalmercator": "~1.0.1"
},
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.6.13 < 0.11.0"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}
|