mirror of
https://github.com/Mibew/mibew-operator-status-plugin.git
synced 2025-01-22 18:10:29 +03:00
16 lines
361 B
JSON
16 lines
361 B
JSON
|
{
|
||
|
"name": "everyx/mibew-operator-status-plugin",
|
||
|
"description": "An operator status plugin for Mibew 2.0.",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "everyx",
|
||
|
"email": "lunt.luo@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {"Everyx\\Mibew\\Plugin\\OperatorStatus\\": ""}
|
||
|
},
|
||
|
"target-dir": "Everyx/Mibew/Plugin/OperatorStatus"
|
||
|
}
|