/usr/lib/nodejs/topcube/package.json is in node-topcube 0.2.0+ds1-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 | {
"author": "Tim Caswell <tim@creationix.com>",
"name": "topcube",
"description": "Simple bindings to create a webkit window that node can control",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/creationix/topcube.git"
},
"main": "./lib/topcube.js",
"dependencies": {},
"devDependencies": {},
"engines": { "node": ">= 0.8.11 < 0.11.0" }
}
|