Gemini Protocol library for PHP 8
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.

20 lines
493 B

{
"name": "yggverse/titan-ii",
"description": "Gemini Protocol Library",
"keywords": [ "gemini", "gemini-protocol", "ipv6" ],
"homepage": "https://github.com/YGGverse/titan-II",
"type": "library",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Tanner Mckenney",
"email": "tmckenney7@outlook.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Yggverse\\TitanII\\": "src/"
}
}
}