{
  "name": "parse5",
  "description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
  "version": "2.2.3",
  "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
  "contributors": [
    "Alan Clarke (https://github.com/alanclarke)",
    "Evan You (http://evanyou.me)",
    "Saksham Aggarwal <s.agg2021@gmail.com>",
    "Sebastian Mayr <sebmaster16@gmail.com> (http://blog.smayr.name)",
    "Sean Lang <slang800@gmail.com> (http://slang.cx)"
  ],
  "homepage": "https://github.com/inikulin/parse5",
  "devDependencies": {
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-benchmark": "^1.1.1",
    "gulp-concat": "^2.6.0",
    "gulp-download": "0.0.1",
    "gulp-eslint": "^3.0.1",
    "gulp-insert": "^0.5.0",
    "gulp-install": "^0.6.0",
    "gulp-jsdoc-to-markdown": "^1.1.1",
    "gulp-mocha": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "publish-please": "^2.2.0",
    "through2": "^2.0.0"
  },
  "keywords": [
    "html",
    "parser",
    "html5",
    "WHATWG",
    "specification",
    "fast",
    "html parser",
    "html5 parser",
    "htmlparser",
    "parse5",
    "serializer",
    "html serializer",
    "htmlserializer",
    "sax",
    "simple api",
    "parse",
    "tokenize",
    "serialize",
    "tokenizer"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/inikulin/parse5.git"
  },
  "scripts": {
    "test": "gulp test",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "files": [
    "lib"
  ]
}
