D-Scanner/dub.json

11 lines
315 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",
"sourcePaths": ["."],
"excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"],
}