chris-website/dub.json

16 lines
328 B
JSON

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