You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
648 B
25 lines
648 B
{
|
|
"name": "ledccn/iyuuautoreseed",
|
|
"description": "IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持远程连接等。",
|
|
"type": "project",
|
|
"keywords": ["iyuu", "reseed"],
|
|
"homepage": "https://github.com/ledccn/IYUUAutoReseed",
|
|
"authors": [
|
|
{
|
|
"name": "David"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-curl": "*",
|
|
"curl/curl": "^2.3",
|
|
"ledccn/bittorrentclient": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IYUU\\": "app/"
|
|
},
|
|
"files": ["app/helper.php"]
|
|
}
|
|
}
|
|
|