{
    "name": "parse5",
    "description": "Fast full-featured HTML parser for Node. Based on WHATWG HTML5 specification.",
    "version": "1.1.2",
    "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
    "contributors": [
        "Sebastian Mayr <sebmaster16@gmail.com> (http://blog.smayr.name)",
        "Sean Lang <slang800@gmail.com> (http://slang.cx)"
    ],
    "devDependencies": {
        "nodeunit": "0.8.0"
    },
    "keywords": [
        "html",
        "parser",
        "html5",
        "WHATWG",
        "specification",
        "fast",
        "html parser",
        "html5 parser",
        "htmlparser",
        "parse5",
        "serializer",
        "html serializer",
        "htmlserializer",
        "sax",
        "simple api"
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/inikulin/parse5/master/LICENSE"
        }
    ],
    "main": "./index.js",
    "repository": {
        "type": "git",
        "url": "git://github.com/inikulin/parse5.git"
    },
    "scripts": {
        "test": "node test/run_tests.js"
    }
}
