mirror of https://github.com/kevachat/geminiapp
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.
16 lines
340 B
16 lines
340 B
9 months ago
|
{
|
||
|
"name": "kevachat/geminiapp",
|
||
|
"description": "KevaChat Application for Gemini Protocol",
|
||
|
"type": "project",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Kevachat\\Geminiapp\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"yggverse/titan-ii": "^1.0",
|
||
|
"kevachat/kevacoin": "^1.6"
|
||
|
}
|
||
|
}
|