vipatsar/irc_bot.json
Norayr Chilingarian 3c3efbf85b fixed bugs.
2022-01-19 04:52:23 +04:00

24 lines
377 B
JSON

{
"Package": "irc_bot",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/irc_bot",
"tag" : "0.1"
},
"Dependencies":
{
"opts": "0.1",
"lists":"0.1",
"Internet": "0.1",
"time": "0.1",
"irc": "0.1"
},
"Build":
{
"voc -m": "src/vocbot.Mod"
}
}