junitwriter
Version:
A junit reporter for node
46 lines (45 loc) • 892 B
JSON
{
"name": "junitwriter",
"version": "0.4.1",
"description": "A junit reporter for node",
"main": "index.js",
"engines": {
"node": ">=5"
},
"scripts": {
"test": "grunt validate test"
},
"repository": {
"type": "git",
"url": "git@github.com:schorfES/node-junitwriter.git"
},
"keywords": [
"junit",
"reporter",
"filewriter",
"tests",
"jenkins",
"xml"
],
"author": "Norman Rusch",
"contributors": [
{
"name": "Nate Spector",
"url": "https://github.com/nspector"
}
],
"license": "MIT",
"dependencies": {
"dateformat": "^3.0.3",
"merge": "^1.2.1",
"mkdirp": "^0.5.1",
"xmlbuilder": "^10.1.1"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-lintspaces": "^0.8.4"
}
}