Chris Josten
35d5b02b5e
* This project now should make proper use of modules * HTTP specific logic was extracted from app.d to http.d * Logic for managing files in memory was moved to cache.d from watcher.d * Added license
16 lines
331 B
JSON
16 lines
331 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"]
|
|
}
|