Files
Meting/composer.json
2017-03-31 20:03:36 +08:00

26 lines
527 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": {
"Meting" : "src/"
}
}
}