tap-unfunk
Version:
Unfunky TAP reporter with object/string diff support
59 lines (58 loc) • 1.42 kB
JSON
{
"name": "tap-unfunk",
"version": "0.1.0",
"description": "Unfunky TAP reporter with object/string diff support",
"keywords": [
"tap",
"tape",
"test",
"reporter",
"unfunk",
"diff"
],
"homepage": "https://github.com/Bartvds/tap-unfunk",
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/tap-unfunk.git"
},
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"bugs": {
"url": "https://github.com/Bartvds/tap-unfunk/issues"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/Bartvds/tap-unfunk/master/LICENSE-MIT"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "./index.js",
"bin": {
"tap-unfunk": "bin/unfunk.js"
},
"scripts": {
"tap_pass": "node ./test/tap-pass.js | node .",
"tap_fail": "node ./test/tap-fail.js | node .",
"tape_pass": "node ./test/tape-pass.js | node .",
"tape_fail": "node ./test/tape-fail.js | node .",
"test": "node ./test/tester.js"
},
"dependencies": {
"duplexer": "^0.1.1",
"jsesc": "^0.4.3",
"ministyle": "^0.1.4",
"tap-parser": "^0.5.0",
"through2": "^0.5.1",
"type-detect": "^0.1.2",
"unfunk-diff": "0.0.2",
"yamlish": "0.0.5"
},
"devDependencies": {
"bl": "^0.8.0",
"tap": "^0.4.9",
"tape": "^2.13.2"
}
}