/usr/lib/nodejs/retape/package.json is in node-retape 0.0.3-2.
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 40 41 42 43 44 45 | {
"name": "retape",
"id": "retape",
"version": "0.0.3",
"description": "CommonJS test to tape adapter",
"keywords": [
"retape"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/retape",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/retape.git",
"web": "https://github.com/Gozala/retape"
},
"bugs": {
"url": "http://github.com/Gozala/retape/issues/"
},
"dependencies": {
"tape": "~0.1.5"
},
"devDependencies": {
"test": "~0.6.0"
},
"main": "./retape.js",
"scripts": {
"test": "node ./test/index.js"
},
"testling" : {
"files" : "test/index.js",
"browsers" : {
"iexplore" : [ "6.0", "7.0", "8.0", "9.0" ],
"chrome" : [ "20.0" ],
"firefox" : [ "10.0", "15.0" ],
"safari" : [ "5.1" ],
"opera" : [ "12.0" ]
}
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Gozala/retape/License.md"
}
]
}
|