{
    "name": "vanilla/htmlawed",
    "description": "A composer wrapper for the htmLawed library to purify & filter HTML. Tested with PHPUnit and PhantomJS!",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Todd Burry",
            "email": "todd@vanillaforums.com"
        }
    ],
    "require": {
        "php": ">=5.4.0"
    },
    "require-dev": {
        "tburry/pquery": "~1.0.1"
    },
    "autoload": {
        "classmap": [
            "src/Htmlawed.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Htmlawed\\Test\\": "tests"
        }
    }
}
