{
    "name": "wyrihaximus/html-compress",
    "description": "Compress/minify your HTML",
    "license": "MIT",
    "authors": [
        {
            "name": "Cees-Jan Kiewiet",
            "email": "ceesjank@gmail.com",
            "homepage": "http://wyrihaximus.net/"
        }
    ],
    "keywords": [
        "html",
        "compress"
    ],
    "require": {
        "php": "^7.0 || ^5.6",
        "jalle19/php-yui-compressor": "^1.0",
        "linkorb/jsmin-php": "1.0.0",
        "matthiasmullie/minify": "^1.3",
        "meenie/javascript-packer": "1.1",
        "natxet/CssMin": "^3.0",
        "patchwork/jsqueeze": "~1.0|~2.0",
        "tedivm/jshrink": "^1.3",
        "websharks/css-minifier": "150820"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.0",
        "phake/phake": "^1.0",
        "vectorface/dunit": "^2.0",
        "squizlabs/php_codesniffer": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "WyriHaximus\\HtmlCompress\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "WyriHaximus\\HtmlCompress\\Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "5.6.13"
        }
    }
}
