{
  "name": "eslint-config-inyono",
  "version": "0.1.0",
  "description": "An ESLint configuration intended to be used together with prettier-eslint",
  "keywords": [
    "eslint",
    "eslint-config"
  ],
  "homepage": "https://github.com/inyono/eslint-config-inyono#readme",
  "bugs": {
    "url": "https://github.com/inyono/eslint-config-inyono/issues"
  },
  "license": "MIT",
  "author": "Jonas Keinholz <jonas@keinholz.com>",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inyono/eslint-config-inyono.git"
  },
  "scripts": {
    "test": "eslint --ignore-pattern \"!.eslintrc.js\" \"{.,}*.js\"",
    "format": "prettier-eslint --write --prettier.singleQuote true \"{.,}*.js\""
  },
  "dependencies": {
    "eslint": "^3.19.0",
    "prettier": "^1.3.1",
    "prettier-eslint": "^6.2.2",
    "prettier-eslint-cli": "^3.4.3"
  }
}
