| Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-lazyload/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-lazyload/composer.json |
{
"name": "magefan/module-lazyload",
"description": "Images lazyloading on Magento 2 store.",
"require": {
"magefan/module-community" : ">=2.2.2"
},
"suggest": {
"magefan/module-webp": "Install WebP Optimized Images to serve images in the next-gen format. Use coupon code COMPOSER-FAN to get 10% discount on magefan.com.",
"magefan/module-rocketjavascript": "Install Rocket JavaScript to optimize JS loading."
},
"type": "magento2-module",
"version": "2.1.6",
"authors": [
{
"name": "Magefan",
"email": "support@magefan.com"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magefan\\LazyLoad\\": ""
}
}
}