{
    "name": "cyneek/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": "BSD",
    "authors": [
        {
            "name": "Joseba Juániz",
            "email": "joseba.juaniz@gmail.com"
        }
    ],
    "require": {
        "yiisoft/yii2": "*"
    },
    "autoload": {
        "psr-4": { "cyneek\\yii2\\widget\\upload\\crop\\": "" }
    }
}