You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
571 B

{
"name": "steirico/kirby-plugin-image-crop-field",
"description": "A image cropping field for kirby.",
"keywords": [
"kirby3",
"plugin",
"field",
"image", "crop"
],
"authors": [
{
"name": "Rico Steiner",
"email": "rico@vweb.ch"
}
],
"version": "2.0.5",
"type": "kirby-plugin",
"license": "MIT",
"autoload": {
"classmap": [
"fields/",
"lib/"
],
"files": [
"config.php"
]
},
"require": {
"gumlet/php-image-resize": "2.0.*",
"getkirby/composer-installer": "^1.1"
}
}