You cannot 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
477 B
JSON

{
"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\\": ""
}
}
}