{
    "name": "kylekatarnls/stylus",
    "description": "Stylus preprocessor for PHP (see https://github.com/AustP/Stylus.php, it's an exact fork except the minimum stability)",

    "license": "MIT",

    "authors": [
        {
            "name": "AustP"
        },
        {
            "name": "neemzy",
            "email": "tom.panier@beseen.fr"
        },
        {
            "name": "kylekatarnls"
        }
    ],

    "require": {
        "php": ">=5.3.0"
    },

    "require-dev": {
        "phpunit/phpunit": ">=4.0 <6"
    },

    "scripts": {
        "test": "phpunit --coverage-text"
    },

    "autoload": {
        "psr-0": {
            "Stylus": "src/"
        }
    }
}
