wp-resized2cache/composer.json
2016-01-05 22:58:44 +00:00

16 lines
418 B
JSON

{
"name": "petermolnar/wp-resized2cache",
"description": "WordPress plugin to auto-move and enhance resized jpgs to cache folder",
"require": {
"php": ">=5.3.0",
"ext-imagick": "^3.1"
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
"homepage": "https://petermolnar.eu"
}
]
}