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.
17 lines
423 B
17 lines
423 B
{ |
|
"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", |
|
"clitor-is-protocol/kevacoin": "^1.0", |
|
"yggverse/cache": "^0.3.1" |
|
} |
|
}
|
|
|