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.
24 lines
477 B
24 lines
477 B
{
|
|
"name": "opengento/module-commandbar",
|
|
"description": "Add your description here",
|
|
"type": "magento2-module",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"authors":[
|
|
{
|
|
"name":"Opengento",
|
|
"email":"Add your email address here"
|
|
}
|
|
],
|
|
"require": {
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"Opengento\\Commandbar\\": ""
|
|
}
|
|
}
|
|
}
|
|
|