{
  "name": "@esops/eslint-config-contributor",
  "description": "Linting standards designed to encourage elm patterns in js/react",
  "version": "1.14.14",
  "publishConfig": {
    "access": "public"
  },
  "author": "Sartaj <sartaj@sartaj.com>",
  "homepage": "https://github.com/sartaj/esops",
  "keywords": [
    "elm",
    "elm in js",
    "functional programming",
    "immutable",
    "JavaScript Standard Style",
    "check",
    "checker",
    "code",
    "code checker",
    "code linter",
    "code standards",
    "code style",
    "enforce",
    "eslint",
    "hint",
    "jscs",
    "jshint",
    "lint",
    "policy",
    "quality",
    "semicolon",
    "simple",
    "standard",
    "standard style",
    "style",
    "style checker",
    "style linter",
    "verify"
  ],
  "license": "see LICENSE in LICENSE",
  "scripts": {
    "test": "echo 'Maybe later'"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/sartaj/esops.git"
  },
  "bugs": {
    "url": "https://github.com/sartaj/esops/issues"
  },
  "dependencies": {
    "babel-eslint": "^8.2.3",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-config-standard-jsx": "^5.0.0",
    "eslint-plugin-flowtype": "^2.49.3",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-immutable": "^1.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^21.17.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-prettier": "^2.4.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.9.1",
    "eslint-plugin-react-native": "^3.2.0",
    "eslint-plugin-standard": "^3.1.0",
    "prettier": "^1.13.5"
  },
  "devDependencies": {
    "@esops/logger": "^1.14.14",
    "eslint": "^4.19.1"
  }
}
