{
  "name": "chai-rage",
  "version": "0.1.0",
  "description": "Tests not working? Express your rage in test code.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./test/*",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -R --spec",
    "lint": "./node_modules/eslint/bin/eslint.js ./lib/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ArjanFrans/chai-rage"
  },
  "pre-commit": [
    "lint",
    "test",
    "coverage"
  ],
  "author": "Arjan Frans <arjanfrans.com@gmail.com>",
  "contributors": [
    {
      "name": "Arjan Frans",
      "email": "arjanfrans.com@gmail.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
  },
  "keywords": [
    "testing",
    "not working",
    "chai",
    "chai-rage",
    "bad words",
    "chai plugin",
    "rage"
  ],
  "devDependencies": {
    "chai": "^3.4.1",
    "coveralls": "^2.11.6",
    "eslint": "^1.10.3",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "mocha-lcov-reporter": "1.0.0",
    "pre-commit": "^1.1.2"
  }
}
