{
  "name": "eslint-tester",
  "author": "Nicholas C. Zakas",
  "version": "0.8.2",
  "description": "A testing utility for ESLint",
  "repository": "eslint/eslint-tester",
  "main": "lib/eslint-tester.js",
  "scripts": {
    "test": "node Makefile.js test",
    "lint": "node Makefile.js lint",
    "patch": "node Makefile.js patch",
    "minor": "node Makefile.js minor",
    "major": "node Makefile.js major"
  },
  "keywords": [
    "eslint",
    "test"
  ],
  "license": "MIT",
  "dependencies": {
    "chai": "^1.10.0",
    "eslint": "latest",
    "is-my-json-valid": "^2.10.1",
    "lodash.clonedeep": "^3.0.0",
    "lodash.merge": "^3.1.0",
    "lodash.omit": "^3.1.0",
    "mocha": "~1.17.1"
  },
  "devDependencies": {
    "dateformat": "^1.0.11",
    "esprima": "^2.1.0",
    "istanbul": "^0.3.5",
    "rewire": "^2.1.3",
    "shelljs": "^0.3.0",
    "sinon": "^1.14.1"
  },
  "engines": {
    "node": ">=0.10"
  }
}
