mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-03-13 05:51:28 +00:00
20 lines
643 B
JSON
20 lines
643 B
JSON
{
|
|
"name": "yggverse/bdoku",
|
|
"description": "DokuWiki Satellite for Gemini Protocol",
|
|
"keywords": [ "yggverse", "bdoku", "betadoku", "gemini", "gemini-protocol", "gemini-server", "wiki", "dokuwiki", "manticore", "bridge", "server" ],
|
|
"homepage": "https://github.com/yggverse/bdoku",
|
|
"type": "project",
|
|
"require": {
|
|
"yggverse/titan-ii": "^1.0",
|
|
"yggverse/gemini": "dev-main",
|
|
"yggverse/cache": "^0.4",
|
|
"manticoresoftware/manticoresearch-php": "^3.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\DokuwikiGeminiServer\\": "src/"
|
|
}
|
|
}
|
|
}
|