pkg/config.json
Alexander Kiryukhin cc3ae00bbb
initial
2022-03-24 23:25:02 +03:00

19 lines
689 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 с генериками."
}
}
}