{
	"name" : "raoul2000/yii2-jcrop-widget",
	"description" : "This extension is a wrapper for the jQuery Image Cropping Plugin (jcrop)",
	"type" : "yii2-extension",
	"homepage" : "https://github.com/raoul2000/yii2-jcrop-widget",
	"keywords" : [
		"yii2",
		"yii",
		"extension",
		"crop",
		"image",
		"jquery"
	],
	"license" : "BSD 3-Clause",
	"authors" : [{
			"name" : "Raoul",
			"email" : "raoul.boulard@gmail.com"
		}
	],
	"require" : {
		"yiisoft/yii2" : "*"
	},
	"autoload" : {
		"psr-4" : {
			"raoul2000\\jcrop\\" : ""
		}
	}
}