Source code of the website deployed at https://chris.netsoj.nl/
https://chris.netsoj.nl/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
328 B
15 lines
328 B
{ |
|
"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"] |
|
}
|
|
|