{
  "author": "Dean Mao",
  "name": "hubbub",
  "keywords": ["html", "parser"],
  "homepage": "http://github.com/deanmao/node-hubbub",
  "description": "wrapper around libhubbub, node-htmlparser 1.x, 2.x api compatible",
  "version": "0.6.2",
  "main": "./index.js",
  "gypfile": true,
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/deanmao/node-hubbub/blob/master/LICENSE"
    }
  ],
  "repositories": [
      {
          "type": "git",
          "url": "http://github.com/deanmao/node-hubbub.git"
      }
  ],
  "engines": {
    "node": ">=0.10"
  }
}
