{
  "name": "@chris-goodchild-code/mocha-multi-reporters",
  "version": "1.1.5",
  "description": "Generate multiple mocha reports in a single mocha execution.",
  "main": "index.js",
  "scripts": {
    "devtest": "jenkins-mocha --no-coverage --timeout 5000 tests/**/*.test.js*",
    "lint": "eslint --ext .js .",
    "test": "JENKINS_MOCHA_COVERAGE=true jenkins-mocha --timeout 5000 tests/**/*.test.js*"
  },
  "author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
  "repository": {
    "type": "git",
    "url": "https://github.com/stanleyhlng/mocha-multi-reporters"
  },
  "license": "MIT",
  "dependencies": {
    "debug": "^2.2.0",
    "lodash": "^4.16.4",
    "object-assign-deep": "^0.0.4",
    "root-require": "^0.3.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.14",
    "eslint": "^3.9.0",
    "eslint-config-defaults": "^9.0.0",
    "jenkins-mocha": "^2.6.0",
    "mocha": "^3.1.2",
    "mocha-lcov-reporter": "^1.2.0",
    "pre-commit": "^1.1.3",
    "sinon": "^1.17.6"
  },
  "keywords": [
    "mocha",
    "reporter"
  ],
  "pre-commit": [
    "lint",
    "test"
  ],
  "eslintConfig": {
    "extends": "defaults"
  }
}
