/usr/lib/nodejs/tilelive-bridge/package.json is in node-tilelive-bridge 0.0.2-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 | {
"name": "tilelive-bridge",
"version": "0.0.2",
"main": "./index.js",
"description": "Datasource => vector tiles bridge backend for tilelive",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilelive-bridge.git"
},
"licenses": [{ "type": "BSD" }],
"dependencies": {
"mapnik": "1.1.x",
"sphericalmercator": "1.0.x",
"generic-pool": "~2.0.0",
"eio": "~0.2.0"
},
"scripts": {
"test": "mocha -R spec"
},
"engines": { "node": "0.6.x || 0.8.x || 0.10.x" }
}
|