/usr/lib/nodejs/groove/package.json is in node-groove 2.5.0-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 | {
"name": "groove",
"version": "2.5.0",
"description": "bindings to libgroove - generic music player library",
"main": "lib/index.js",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/andrewrk/node-groove"
},
"scripts": {
"test": "mocha --reporter spec",
"install": "node-gyp rebuild"
},
"license": "MIT",
"devDependencies": {
"mocha": "~2.2.5",
"ncp": "~2.0.0"
},
"dependencies": {
"bindings": "~1.2.1",
"nan": "~2.1.0"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/andrewrk/node-groove/issues"
},
"homepage": "https://github.com/andrewrk/node-groove",
"directories": {
"example": "example",
"test": "test"
}
}
|