{
  "name": "eslint-config-wordpress",
  "version": "2.0.0",
  "description": "ESLint shareable config for WordPress",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/WordPress-Coding-Standards/eslint-config-wordpress.git"
  },
  "homepage": "https://github.com/WordPress-Coding-Standards/eslint-config-wordpress#readme",
  "author": {
    "name": "Stephen Edgar",
    "email": "stephen@netweb.com.au",
    "url": "https://netweb.com.au"
  },
  "engines": {
    "node": ">=4.2.1"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "release": "npmpub --verbose",
    "test": "ava --verbose"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "eslint-config",
    "eslint-config-wordpress",
    "JavaScript",
    "jscs",
    "jshint",
    "lint",
    "linter",
    "linting",
    "wordpress"
  ],
  "devDependencies": {
    "ava": "^0.19.0",
    "is-plain-obj": "^1.1.0",
    "npmpub": "^3.1.0"
  }
}
