/usr/lib/nodejs/music-library-index/package.json is in node-music-library-index 1.2.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 22 23 24 25 26 27 28 | {
"name": "music-library-index",
"version": "1.2.2",
"description": "build a searchable javascript object model given track metadata objects",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/test.js"
},
"author": "Andrew Kelley <superjoe30@gmail.com>",
"license": "MIT",
"dependencies": {
"diacritics": "~1.2.0"
},
"devDependencies": {
"mocha": "~1.21.0"
},
"repository": {
"type": "git",
"url": "git://github.com/superjoe30/node-music-library-index.git"
},
"bugs": {
"url": "https://github.com/superjoe30/node-music-library-index/issues"
},
"homepage": "https://github.com/superjoe30/node-music-library-index",
"directories": {
"test": "test"
}
}
|