UNPKG

spec-xunit-file

Version:

Mocha reporter which displays Spec output and generates xunit XML file

46 lines (44 loc) 928 B
{ "name": "spec-xunit-file", "version": "0.0.1-3", "description": "Mocha reporter which displays Spec output and generates xunit XML file", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "jshint lib/" }, "author": { "name": "Joe Cyboski", "email": "cybo42@gmail.com", "url": "http://cybo42.com" }, "contributors": [ { "name": "Joe Cyboski", "email": "cybo42@gmail.com", "url": "http://cybo42.com" } ], "repository": { "type": "git", "url": "https://github.com/cybo42/spec-xunit-file" }, "bugs": { "url": "https://github.com/cybo42/spec-xunit-file/issues" }, "license": "MIT", "keywords": [ "mocha", "spec", "xunit", "file", "reporter" ], "peerDependencies": { "mocha": ">=1.7.0" }, "devDependencies": { "mocha": ">=1.7.0", "jshint": "^2.5.0" } }