{
	"name": "htmlparser2",
	"description": "Forgiving HTML/XML/RSS Parser for Node. This version is optimised and cleaned and provides a SAX interface.",
	"version": "2.1.3",
	"author": "Felix Boehm <me@feedic.com>",
	"keywords": ["html", "parser", "xml", "dom", "rss", "feed", "atom"],
	"contributors": ["Chris Winberry <chris@winberry.net>"],
	"repository": {
		"type": "git",
		"url": "git://github.com/fb55/node-htmlparser.git"
	},
	"bugs": {
		"mail": "me@feedic.com",
		"url": "http://github.com/fb55/node-htmlparser/issues"
	},
	"directories": {
		"lib": "./lib/"
	},
	"main": "./lib/",
	"scripts": {
		"test": "node --harmony_proxies tests/00-runtests.js"
	},
	"engines": "node >= 0.3.0",
	"licenses": [{
		"type": "MIT",
		"url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
	}]
}