{
    "name": "axllent/simplehtmldom",
    "description": "PHP Simple HTML DOM Parser with namespace & bug fixes",
    "keywords": ["html", "dom", "simple"],
    "homepage": "http://simplehtmldom.sourceforge.net/",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "S.C. Chen",
            "email": "me578022@gmail.com"
        },
        {
            "name": "Ralph Slooten",
            "email": "axllent@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.0"
    },
    "autoload": {
        "psr-0": {
            "SimpleHtmlDom": "src/"
        },
        "files": [
            "src/simple_html_dom.php"
        ]
    }
}
