mirror of
https://github.com/Mibew/big-close-button-plugin.git
synced 2024-11-15 00:34:15 +03:00
15 lines
392 B
JSON
15 lines
392 B
JSON
|
{
|
||
|
"name": "mibew/boilerplate-plugin",
|
||
|
"description": "An example plugin for Mibew 2.0.",
|
||
|
"license": "Apache-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Dmitriy Simushev",
|
||
|
"email": "simushevds@mibew.org"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""}
|
||
|
},
|
||
|
"target-dir": "Mibew/Mibew/Plugin/Boilerplate"
|
||
|
}
|