mocha-tap-reporter
Version:
A mocha TAP reporter that works perfectly with Jenkins TAP plugin.
26 lines (25 loc) • 531 B
JSON
{
"name": "mocha-tap-reporter",
"version": "0.1.3",
"description": "A mocha TAP reporter that works perfectly with Jenkins TAP plugin.",
"main": "index.js",
"directories": "./lib",
"keywords": [
"mocha",
"jenkins",
"reporter",
"TAP"
],
"dependencies": {
"mocha": "*"
},
"author": {
"name": "Yin Li"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/lyroyce/mocha-tap-reporter.git"
},
"readmeFilename": "README.md"
}