chris-website/dub.json

20 lines
413 B
JSON
Raw Permalink Normal View History

2020-06-24 08:08:28 +00:00
{
"authors": [
"Chris Josten"
],
"copyright": "Copyright © 2019, Chris Josten",
"dependencies": {
"dyaml": "~>0.8.0",
2021-11-18 18:28:24 +00:00
"htmld": "~>0.3.7",
2021-03-10 17:30:32 +00:00
"vibe-d": "~>0.9.0"
2020-06-24 08:08:28 +00:00
},
"description": "A blog based on Markdown and JSON",
"license": "AGPLv3",
2021-11-18 18:28:24 +00:00
"mainSourceFile": "source/nl/netsoj/chris/blog/main.d",
2020-06-27 22:11:50 +00:00
"name": "mijnblog",
2021-11-18 18:28:24 +00:00
"stringImportPaths": [
"views",
"translations"
],
"targetType": "executable"
}