{
    "name": "wa72/html-pretty-min",
    "description":"HTML minifier and indenter that works on the DOM tree",
    "type":"library",
    "license":"MIT",
    "require": {
        "php": ">=5.4",
        "mrclay/jsmin-php": "^2.3",
        "tubalmartin/cssmin": "^4",
        "symfony/options-resolver": ">=2.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^4|^5|^6|^7"
    },
    "autoload":{
        "psr-4":{
            "Wa72\\HtmlPrettymin\\":""
        }
    },

    "authors": [
        {
            "name": "Christoph Singer",
            "email": "singer@webagentur72.de"
        }
    ]
}
