mocha-bamboo-reporter
Version:
A mocha reporter to allow Atlassian Bamboo to parse results
37 lines (36 loc) • 732 B
JSON
{
"name": "mocha-bamboo-reporter",
"version": "1.1.2",
"description": "A mocha reporter to allow Atlassian Bamboo to parse results",
"keywords": [
"mocha",
"reporter",
"bamboo",
"ci"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": {
"name": "Issac Goldstand",
"email": "margol@beamartyr.net",
"web": "http://www.beamartyr.net"
},
"repository": {
"type": "git",
"url": "git://github.com/issacg/mocha-bamboo-reporter.git"
},
"main": "lib/bamboo.js",
"engines": {
"node": ">=0.10.0"
},
"directories": {
"lib": "./lib"
},
"peerDependencies": {
"mocha": ">=1.8.1"
}
}