mirror of https://github.com/YGGverse/Yoda.git
phpcomposergeminigemini-protocolsmallwebaltwebgemini-browseryodagtk3browsergtkphp-gtkgemini-clientyoda-browserphp-cpp
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.
23 lines
552 B
23 lines
552 B
7 months ago
|
{
|
||
|
"name": "yggverse/yoda",
|
||
|
"description": "PHP-GTK Client for Gemini Protocol",
|
||
|
"keywords": [ "php-gtk", "gtk", "gtk3", "gemini", "gemini-protocol", "client", "browser", "altweb" ],
|
||
|
"homepage": "https://github.com/YGGverse/Yoda",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"yggverse/gemini": "^0.7.0",
|
||
|
"yggverse/net": "^1.7"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Yggverse\\Yoda\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "YGGverse"
|
||
|
}
|
||
|
]
|
||
|
}
|