mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
initial commit
This commit is contained in:
parent
8c304ece78
commit
fab623885c
5 changed files with 206 additions and 0 deletions
17
composer.json
Normal file
17
composer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "yggverse/dokuwiki-gemini-server",
|
||||
"description": "DokuWiki bridge for Gemini Protocol",
|
||||
"keywords": [ "yggverse", "gemini", "gemini-protocol", "gemini-server", "wiki", "dokuwiki", "bridge", "server" ],
|
||||
"homepage": "https://github.com/yggverse/dokuwiki-to-gemini",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"yggverse/gemini": "^0.1",
|
||||
"yggverse/titan-ii": "^1.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yggverse\\DokuwikiGeminiServer\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue