| {
    "name": "nahidz/imagex",
    "description": "Imagex is an Image handling handy library",
    "keywords": ["image", "resizer", "resize", "compress", "nahid"],
    "homepage": "http://github.com/nahidz/imagex",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Mehedi Hasan Nahid",
            "email": "[email protected] ",
            "homepage":"http://nahid.co"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "4.1.*"
    },
    "autoload": {
        "classmap": [
            "src/migrations"
        ],
        "psr-0": {
            "Nahidz\\Imagex\\": "src/"
        }
    },
    "minimum-stability": "stable"
}
 |