mirror of
https://github.com/metowolf/Meting.git
synced 2026-09-03 07:27:07 +08:00
27 lines
555 B
JSON
27 lines
555 B
JSON
|
|
{
|
|
"name": "metowolf/meting",
|
|
"type": "library",
|
|
"description": "A powerful music API framework to accelerate development.一个轻量高效的音乐接口类",
|
|
"keywords": [
|
|
"php music",
|
|
"music api",
|
|
"lighty",
|
|
"lightweight"
|
|
],
|
|
"homepage": "https://github.com/metowolf/Meting",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{"name": "metowolf", "email": "i@i-meto.com"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-curl": "*",
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"metowolf\\Meting\\": "src/"
|
|
}
|
|
}
|
|
}
|