litelist/litelist-api/dub.json

20 lines
411 B
JSON
Raw Normal View History

2023-08-16 14:37:39 +00:00
{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2023, Andrew Lalis",
"dependencies": {
"botan": "~>1.13.5",
2023-08-18 14:37:52 +00:00
"d-properties": "~>1.0.4",
2023-08-16 14:37:39 +00:00
"d2sqlite3": "~>1.0.0",
"handy-httpd": "~>7.9.3",
"jwt": "~>0.4.0",
"slf4d": "~>2.4.2"
},
"description": "API for the litelist application.",
"license": "MIT",
"name": "litelist-api",
"subConfigurations": {
"d2sqlite3": "all-included"
}
}