12 lines
330 B
JSON
12 lines
330 B
JSON
|
{
|
||
|
"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"]
|
||
|
}
|