create-schematic-gen-site/dub.json

15 lines
347 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2023, Andrew Lalis",
"dependencies": {
"handy-httpd": "~>7.6.4",
"requests": "~>2.1.1",
"scheduled": "~>1.2.0",
"slf4d": "~>2.4.2"
},
"description": "HTTP server for generating schematic materials lists.",
"license": "proprietary",
"name": "create-schematic-gen-site"
}