{
  "name": "html-lint",
  "author": "Curtis Jurgensen",
  "version": "2.4.2",
  "description": "A code quality bookmarklet and command-line tool.",
  "keywords": [
    "a11y",
    "accessibility",
    "audit",
    "html",
    "lint",
    "linter",
    "markup",
    "report",
    "tool"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/curtisj44/HTML-Lint.git"
  },
  "license": "MIT",
  "bin": {
    "html-lint": "html-lint.js"
  },
  "dependencies": {
    "chalk": "*",
    "cheerio": "*"
  },
  "devDependencies": {
    "babel-preset-env": "1.1.10",
    "del": "2.2.2",
    "gulp": "3.9.1",
    "gulp-autoprefixer": "3.1.1",
    "gulp-babel": "6.1.2",
    "gulp-concat": "2.6.1",
    "gulp-minifier": "0.2.1",
    "gulp-notify": "3.0.0",
    "gulp-rename": "1.2.2",
    "gulp-sass": "3.1.0"
  },
  "engines": {
    "node": ">=0.10.31"
  },
  "main": "html-lint.js",
  "preferGlobal": "true"
}
