mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 02:07:18 +08:00
22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"name": "panel/openresty",
|
|
"description": "openresty plugin for haozi linux panel",
|
|
"type": "project",
|
|
"license": "GPLv3",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Plugins\\Openresty\\": "./"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "耗子",
|
|
"email": "i@haozi.net"
|
|
}
|
|
],
|
|
"require": {},
|
|
"config": {
|
|
"optimize-autoloader": true
|
|
}
|
|
}
|