D-Scanner/dub.json

20 lines
482 B
JSON

{
"name": "dscanner",
"description": "Swiss-army knife for D source code",
"copyright": "Copyright © 2012 -, Brian Schott",
"authors": ["Brian Schott"],
"importPaths": ["."],
"configurations": [
{
"name": "library",
"targetType": "library",
"sourcePaths": ["stdx"],
},
{
"name": "dscanner",
"targetType": "executable",
"sourcePaths": ["."],
},
],
}