{
  "name": "@edge5/eslint-config",
  "version": "3.0.1",
  "description": "This is an ESLint kit which we use at Edge5. It includes all dependencies and rules to get you started right away.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/edge5/eslint-kit.git"
  },
  "keywords": [
    "eslint",
    "kit",
    "edge5",
    "javascript"
  ],
  "author": "Emin Khateeb <emin.khateeb@edge5.com>",
  "license": "MIT",
  "homepage": "https://bitbucket.org/edge5/eslint-kit#readme",
  "dependencies": {
    "babel-eslint": "^8.2.3",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0"
  }
}
