{
  "name": "eslint-plugin-html",
  "version": "4.0.6",
  "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html"
  },
  "homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
  "bugs": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues",
  "keywords": [
    "eslint-plugin",
    "eslintplugin",
    "eslint",
    "html"
  ],
  "main": "src/index.js",
  "dependencies": {
    "htmlparser2": "^3.8.2"
  },
  "devDependencies": {
    "eslint": "^4.7.0",
    "eslint-config-benoitz-prettier": "^1.0.1",
    "jest": "^21.1.0",
    "prettier": "^1.7.4"
  },
  "scripts": {
    "validate": "npm run lint && npm run test",
    "test": "jest",
    "lint": "eslint ."
  }
}
