{
    "name": "uitrick/yii2-widget-upload-crop",
    "description": "Form input widget that lets users to upload an image alongside its cropping dimensions.",
    "keywords": ["yii2", "form", "widget"],
    "type": "yii2-extension",
    "license": "MIT",
    "authors": [
        {
            "name": "Ashis Mohanty",
            "email": "ashismohanty82@gmail.com"
        }
    ],
    "require": {
        "yiisoft/yii2": "*"
    },
    "autoload": {
        "psr-4": { "uitrick\\yii2\\widget\\upload\\crop\\": "" }
    }
}
