{
  "_args": [
    [
      "mocha-multi-reporters@1.1.7",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "mocha-multi-reporters@1.1.7",
  "_id": "mocha-multi-reporters@1.1.7",
  "_inBundle": false,
  "_integrity": "sha1-zH8/TTL0eFIJQdhSq7ZNmYhYfYI=",
  "_location": "/mocha-multi-reporters",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mocha-multi-reporters@1.1.7",
    "name": "mocha-multi-reporters",
    "escapedName": "mocha-multi-reporters",
    "rawSpec": "1.1.7",
    "saveSpec": null,
    "fetchSpec": "1.1.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/mocha-multi-reporters/-/mocha-multi-reporters-1.1.7.tgz",
  "_spec": "1.1.7",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Stanley Ng"
  },
  "bugs": {
    "url": "https://github.com/stanleyhlng/mocha-multi-reporters/issues"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "lodash": "^4.16.4"
  },
  "description": "Generate multiple mocha reports in a single mocha execution.",
  "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",
    "root-require": "^0.3.1",
    "sinon": "^1.17.6"
  },
  "eslintConfig": {
    "extends": "defaults"
  },
  "homepage": "https://github.com/stanleyhlng/mocha-multi-reporters#readme",
  "keywords": [
    "mocha",
    "reporter"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mocha-multi-reporters",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stanleyhlng/mocha-multi-reporters.git"
  },
  "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*"
  },
  "version": "1.1.7"
}
