chris-website/dub.json
2021-11-18 19:28:24 +01:00

20 lines
413 B
JSON

{
"authors": [
"Chris Josten"
],
"copyright": "Copyright © 2019, Chris Josten",
"dependencies": {
"dyaml": "~>0.8.0",
"htmld": "~>0.3.7",
"vibe-d": "~>0.9.0"
},
"description": "A blog based on Markdown and JSON",
"license": "AGPLv3",
"mainSourceFile": "source/nl/netsoj/chris/blog/main.d",
"name": "mijnblog",
"stringImportPaths": [
"views",
"translations"
],
"targetType": "executable"
}