diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..5105fd1 --- /dev/null +++ b/config.json @@ -0,0 +1,18 @@ +{ + "title": "Пакеты NeonXP", + "host": "go.neonxp.dev", + "packages": { + "pkg": { + "pkg": "pkg", + "vcs": "git", + "repo": "https://github.com/neonxp/pkg", + "desc": "Сервер проксирующий собственные гошные пакеты, чтобы не зависеть от конкретного репозитория. Этот сайт." + }, + "jsonrpc2": { + "pkg": "jsonrpc2", + "vcs": "git", + "repo": "https://github.com/neonxp/jsonrpc2", + "desc": "Имплементация сервера JSON-RPC 2.0 с генериками." + } + } +} |