2020-01-14 19:17:09 +08:00
|
|
|
{
|
2020-02-23 19:26:31 +08:00
|
|
|
"name": "ledccn/iyuuautoreseed",
|
2020-02-23 19:12:00 +08:00
|
|
|
"description": "IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持远程连接等。",
|
2020-02-23 19:49:06 +08:00
|
|
|
"type": "project",
|
2020-02-23 19:12:00 +08:00
|
|
|
"keywords": ["iyuu", "reseed"],
|
|
|
|
|
"homepage": "https://github.com/ledccn/IYUUAutoReseed",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "David"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-01-17 11:13:19 +08:00
|
|
|
"require": {
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-curl": "*",
|
2021-01-13 13:53:54 +08:00
|
|
|
"curl/curl": "^2.3",
|
|
|
|
|
"ledccn/bittorrentclient": "dev-master"
|
2020-01-17 11:13:19 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"IYUU\\": "app/"
|
2020-01-14 19:17:09 +08:00
|
|
|
},
|
2020-01-17 11:13:19 +08:00
|
|
|
"files": ["app/helper.php"]
|
|
|
|
|
}
|
2020-01-14 19:17:09 +08:00
|
|
|
}
|