{
  "name": "eslint-plugin-react",
  "version": "7.10.0",
  "author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
  "description": "React specific linting rules for ESLint",
  "main": "index.js",
  "scripts": {
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint ./",
    "pretest": "npm run lint",
    "test": "npm run unit-test",
    "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yannickcr/eslint-plugin-react"
  },
  "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  "bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
  "dependencies": {
    "doctrine": "^2.1.0",
    "has": "^1.0.3",
    "jsx-ast-utils": "^2.0.1",
    "prop-types": "^15.6.2"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.5",
    "coveralls": "^3.0.1",
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  },
  "peerDependencies": {
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "react"
  ],
  "license": "MIT"
}
