{
	  "name": "htmlparser2"
	, "description": "Forgiving HTML/XML/RSS Parser for Node. This version is optimised and cleaned and provides a SAX interface (EventedHandler)."
	, "version": "1.1.0"
	, "author": "Felix Boehm <me@feedic.com>"
	, "contributors": [ "Chris Winberry <chris@winberry.net>" ]
	, "repository": {
		  "type": "git"
		, "url": "git://github.com/fb55/node-htmlparser.git"
	}
	, "bugs": {
		  "mail": "me@feedic.com"
		, "web": "http://github.com/fb55/node-htmlparser/issues"
	}
	, "directories": { "lib": "./lib/" }
	, "main": "./lib/htmlparser"
	, "engines": { "node": ">0" }
	, "licenses": [{
		  "type": "MIT"
		, "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
	}]
}