{
  "name": "mocha-reporter",
  "version": "0.1.1",
  "description": "Mocha reporter, enhanced",
  "main": "index.js",
  "scripts": {
    "test": "eslint --ext .js,.json ."
  },
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wizcorp/mocha-reporter.git"
  },
  "keywords": [
    "mocha",
    "reporter"
  ],
  "author": "Marc Trudel <mtrudel@wizcorp.jp>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Wizcorp/mocha-reporter/issues"
  },
  "homepage": "https://github.com/Wizcorp/mocha-reporter#readme",
  "dependencies": {
    "chalk": "1.1.3",
    "format-error": "1.0.0",
    "strip-ansi": "3.0.1"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-plugin-json": "1.2.0",
    "git-message": "1.0.1",
    "pre-commit": "1.2.2"
  }
}
