| {
    "name": "gwinn/inliner",
    "description": "Inline all classes from path to single file",
    "type": "tool",
    "keywords": ["tool", "file", "converter"],
    "homepage": "http://github.com/gwinn/inliner",
    "authors": [
        {
          "name": "Alex Lushpai",
          "email": "[email protected] ",
          "role": "Developer"
        }
    ],
    "support": {
        "email": "[email protected] "
    },
    "require": {
        "php": ">=5.3"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "phpmd/phpmd": "2.1.*",
        "squizlabs/php_codesniffer": "1.5.5",
        "sebastian/phpcpd": "2.0.*",
        "sebastian/phpdcd": "1.0.*"
    },
    "autoload": {
        "psr-0": { "": "src/"}
    },
    "minimum-stability": "dev",
    "config": {
        "bin-dir": "bin",
        "process-timeout": 600
    }
}
 |