Add dub.json
This commit is contained in:
parent
f84a4f321c
commit
c680268e0a
12
dub.json
Normal file
12
dub.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name": "kerstezel",
|
||||||
|
"description": "A simple vibe.d server application.",
|
||||||
|
"authors": ["vercie"],
|
||||||
|
"copyright": "Copyright © 2020, vercie",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"vibe-d": "~>0.9"
|
||||||
|
},
|
||||||
|
"stringImportPaths": ["views", "translations"],
|
||||||
|
"versions": ["VibeOutputCompactHTML"]
|
||||||
|
}
|
Loading…
Reference in a new issue