mocha-jenkins-reporter
Version:
jenkins reporter for mocha
37 lines (36 loc) • 819 B
JSON
{
"name": "mocha-jenkins-reporter",
"version": "0.4.8",
"description": "jenkins reporter for mocha",
"main": "index.js",
"directories": "./lib",
"scripts": {
"eslint": "eslint lib/jenkins.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/juhovh/mocha-jenkins-reporter.git"
},
"keywords": [
"mocha",
"jenkins",
"reporter"
],
"dependencies": {
"diff": "4.0.1",
"mkdirp": "^1.0.4",
"xml": "^1.0.1"
},
"peerDependencies": {
"mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"author": "Juho Vähä-Herttua",
"license": "MIT",
"bugs": {
"url": "https://github.com/juhovh/mocha-jenkins-reporter/issues"
},
"devDependencies": {
"eslint": "4.18.2"
}
}