jasmine-xml2html-converter
Version:
A node module to convert jasmine xml reports to html
22 lines (21 loc) • 486 B
JSON
{
"name": "jasmine-xml2html-converter",
"version": "0.0.2",
"description": "A node module to convert jasmine xml reports to html",
"main": "index.js",
"author": "Basavana Gowda <basavanagowda.ksb@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/basavanag/jasmine-xml2html-converter"
},
"keywords": [
"jasmine report",
"junit report",
"protractor",
"html report"
],
"dependencies": {
"xmldoc": "~0.3.0"
}
}