{ "name": "yumdap/productheight", "description": "Applies JS to make the products in the product grid line up properly.", "type": "magento2-module", "license": "GPL-3.0", "authors": [ { "name": "Matthias Niess", "email": "mniess@gmail.com" } ], "require": { "php": "~7.0.0|~7.1.0", "magento/module-store": "*", "magento/framework": "*" }, "autoload": { "files": [ "registration.php" ], "psr-4": { "Yumdap\\ProductHeight": "" } } }