mocha-bamboo-spec-reporter
Version:
A mocha reporter to allow Atlassian Bamboo to parse results
35 lines (34 loc) • 690 B
JSON
{
"name": "mocha-bamboo-spec-reporter",
"version": "1.3.0",
"description": "A mocha reporter to allow Atlassian Bamboo to parse results",
"keywords": [
"mocha",
"reporter",
"bamboo",
"ci"
],
"license": "Apache-2.0",
"author": {
"name": "Issac Goldstand",
"email": "margol@beamartyr.net",
"web": "http://www.beamartyr.net"
},
"repository": {
"type": "git",
"url": "git@github.com:csimi/mocha-bamboo-spec-reporter.git"
},
"main": "lib/bamboo.js",
"engines": {
"node": ">=0.10.0"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"mkdirp": "^0.5.1"
},
"peerDependencies": {
"mocha": ">=1.8.1"
}
}