/home/smartonegroup/www/system/vendor/xemlock/htmlpurifier-html5/composer.json
{
    "name": "xemlock/htmlpurifier-html5",
    "description": "HTML5 element definitions for HTML Purifier",
    "keywords": ["HtmlPurifier", "html", "html5", "purifier", "security", "xss", "tidy", "validator"],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "xemlock",
            "email": "xemlock@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.2",
        "ezyang/htmlpurifier": "^4.8"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.7 <8.0",
        "php-coveralls/php-coveralls": "^1.1|^2.1"
    },
    "autoload": {
        "classmap": ["library/HTMLPurifier/"]
    },
    "scripts": {
        "test": "phpunit --coverage-html build/coverage"
    }
}