15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
|
"name": "dscanner",
|
|
"description": "Swiss-army knife for D source code",
|
|
"copyright": "© Brian Schott",
|
|
"authors": ["Brian Schott"],
|
|
"license" : "Boost Software License - Version 1.0",
|
|
"targetType": "executable",
|
|
"preBuildCommands": ["git log -1 --format='%H' > githash.txt"],
|
|
"stringImportPaths": ["."],
|
|
"dependencies": {
|
|
"libdparse": "0.2.1",
|
|
"inifiled": ">=0.0.3",
|
|
},
|
|
}
|