mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 17:15:32 +00:00
24 lines
653 B
JSON
24 lines
653 B
JSON
{
|
|
"name": "yggverse/gemini-dl",
|
|
"description": "CLI downloader for Gemini protocol",
|
|
"keywords": [ "yggverse", "gemini-dl", "gemini", "gemini-protocol", "batch", "downloader", "cli" ],
|
|
"homepage": "https://github.com/yggverse/gemini-dl",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\GeminiDL\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
],
|
|
"require": {
|
|
"codedungeon/php-cli-colors": "^1.12",
|
|
"yggverse/gemini": "dev-main",
|
|
"yggverse/gemtext": "dev-main",
|
|
"yggverse/net": "^1.7"
|
|
}
|
|
}
|