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.
25 lines
591 B
25 lines
591 B
{
|
|
"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": ""
|
|
}
|
|
}
|
|
}
|
|
|