{
  "name": "html5",
  "description": "HTML5 HTML parser, including support for SVG and MathML foreign content",
  "version": "v1.0.5",
  "author": {
    "name": "Aria Stewart",
    "email": "aredridel@nbtsc.org",
    "github": "aredridel",
    "url": "http://dinhe.net/~aredridel/"
  },
  "url": "http://dinhe.net/~aredridel/projects/js/html5/",
  "repository":
    {
      "type": "git",
      "url": "https://github.com/aredridel/html5"
    },
  "contributors": [
    {
      "name": "Arthur Taylor",
      "github": "codders"
    },
	{
	  "name": "DanyaPostfactum",
	  "github": "DanyaPostfactum",
	  "email": "danya.postfactum@gmail.com"
    }
  ],
  "maintainers": [
    {
      "name": "Aria Stewart",
      "email": "aredridel@nbtsc.org",
      "github": "aredridel",
      "url": "http://dinhe.net/~aredridel/"
    }
  ],
  "dependencies": {
    "opts": "^1.2.1",
    "html5-entities": "^1.0.0"
  },
  "optionalDependencies": {
    "jsdom": "^0.11.0"
  },
  "devDependencies": {
    "tape": "^1.0.4",
    "bench": "^0.3.3",
    "ronn": "^0.4.0"
  },
  "engines": {
    "npm": ">= 1.0",
    "node": ">= 0.8.0"
  },
  "main": "./lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "tape `find test -name '*-test.js'`"
  },
  "license": "MIT"
}
