mc-server-manager/api/dub.json

18 lines
483 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2024, Andrew Lalis",
"dependencies": {
"handy-httpd": "~>8.4.1",
"proper-d": "~>0.0.2",
"requests": "~>2.1.3",
"scheduled": "~>1.4.0",
"shared-utils": {
"path": "../shared-utils"
}
},
"description": "Simple web server where players can see a list of available servers, player counts, and request to turn on a server if they have a passcode.",
"license": "proprietary",
"name": "mc-server-manager"
}