karma-tfs-reporter
Version:
A Karma plugin for reporting test results to TFS
29 lines (28 loc) • 657 B
JSON
{
"name": "karma-tfs-reporter",
"version": "1.0.2",
"description": "A Karma plugin for reporting test results to TFS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/sgbj/karma-tfs-reporter",
"author": {
"name": "sgbj",
"email": "",
"url": "https://github.com/sgbj"
},
"license": "MIT",
"keywords": [
"karma-plugin",
"karma-reporter",
"karma-tfs-reporter",
"tfs"
],
"dependencies": {
"dateformat": "^2.0.0",
"mkpath": "^1.0.0",
"node-uuid": "^1.4.7",
"xmlbuilder": "^9.0.0"
}
}