{
  "name": "@sullenor/eslint-config-react",
  "version": "1.0.12",
  "description": "the eslint react preset of mine",
  "main": "index.js",
  "scripts": {
    "test": "sh test/test.sh"
  },
  "keywords": [
    "eslint",
    "eslintconfig"
  ],
  "author": "Alexey Litvinov",
  "homepage": "https://github.com/sullenor/clean-up-your-code/tree/master/packages/eslint-config-react#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/sullenor/clean-up-your-code/tree/master/packages/eslint-config-react"
  },
  "bugs": {
    "url": "https://github.com/sullenor/clean-up-your-code/issues"
  },
  "license": "MIT",
  "peerDependencies": {
    "eslint": ">= 3"
  },
  "dependencies": {
    "@sullenor/eslint-config": "^1.0.12",
    "babel-eslint": "^7.1.1",
    "eslint-plugin-flowtype": "^2.30.0",
    "eslint-plugin-react": "^6.9.0"
  },
  "devDependencies": {
    "eslint": "^3.15.0"
  }
}
