{ "name": "mocha-junit-reporter", "version": "1.23.3", "description": "A JUnit reporter for mocha.", "main": "index.js", "scripts": { "lint": "./node_modules/.bin/eslint index.js test/*; exit 0", "test": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=spec", "tdd": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=min --watch" }, "repository": { "type": "git", "url": "https://github.com/michaelleeallen/mocha-junit-reporter" }, "keywords": [ "mocha", "junit", "reporter" ], "author": { "name": "Michael Allen", "email": "michael.lee.allen@gmail.com" }, "license": "MIT", "devDependencies": { "chai": "^3.0.0", "chai-xml": "^0.3.0", "eslint": "^4.0.0", "libxmljs": "^0.19.7", "mocha": "^5.0.0", "test-console": "^1.0.0" }, "dependencies": { "debug": "^2.2.0", "md5": "^2.1.0", "mkdirp": "~0.5.1", "strip-ansi": "^4.0.0", "xml": "^1.0.0" }, "peerDependencies": { "mocha": ">=2.2.5" } }