23 lines
421 B
JSON
Executable File
23 lines
421 B
JSON
Executable File
{
|
|
"name": "mageplaza/module-core",
|
|
"description": "Mageplaza Core for Magento 2",
|
|
"type": "magento2-module",
|
|
"version": "1.3.1",
|
|
"authors": [
|
|
{
|
|
"name": "Mageplaza",
|
|
"email": "hi@mageplaza.com",
|
|
"homepage": "https://www.mageplaza.com",
|
|
"role": "Leader"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"Mageplaza\\Core\\": ""
|
|
}
|
|
}
|
|
}
|