mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|