{ "name": "mocha-teamcity-reporter", "engines": { "node": ">=4" }, "version": "3.0.0", "description": "teamcity reporter for mocha", "main": "./lib/teamcity.js", "directories": { "lib": "./lib" }, "scripts": { "test": "mocha test/functional test/programmatic", "test-teamcity": "mocha test/functional test/programmatic --reporter lib/teamcity.js", "test-teamcity-example": "mocha test/example/exampleSimple.js --reporter lib/teamcity.js", "lint": "eslint lib/*.js test/**/*.js", "lint-fix": "eslint --fix lib/*.js test/**/*.js", "prepare": "npm run test" }, "repository": { "type": "git", "url": "https://github.com/travisjeffery/mocha-teamcity-reporter" }, "keywords": [ "mocha", "teamcity", "reporter", "jetbrains" ], "peerDependencies": { "mocha": ">=3.5.0" }, "author": "travis jeffery", "maintainers": [ { "name": "Jamie Sherriff", "url": "https://github.com/jamie-sherriff" } ], "license": "MIT", "bugs": { "url": "https://github.com/travisjeffery/mocha-teamcity-reporter/issues" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^4.4.1" } }