birchwood/dub.json

16 lines
365 B
JSON

{
"homepage": "https://deavmi.assigned.network/projects",
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"gogga" : ">=3.1.1",
"eventy": ">=0.4.0"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}