mirror of https://github.com/YGGverse/Yoda.git
phpcomposergemini-protocolgeminismallwebaltwebphp-cppgemini-browseryodagtk3browsergtkphp-gtkgemini-clientyoda-browser
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.
24 lines
618 B
24 lines
618 B
{ |
|
"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": "^1.0", |
|
"yggverse/gemtext": "^1.0", |
|
"yggverse/nex": "^1.1", |
|
"yggverse/net": "^1.8" |
|
}, |
|
"license": "MIT", |
|
"autoload": { |
|
"psr-4": { |
|
"Yggverse\\Yoda\\": "src/" |
|
} |
|
}, |
|
"authors": [ |
|
{ |
|
"name": "YGGverse" |
|
} |
|
] |
|
}
|
|
|