13 lines
325 B
JSON
13 lines
325 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",
|
|
"dependencies": {
|
|
"libdparse": { "path": "libdparse/" },
|
|
"inifiled": { "path": "inifiled/" }
|
|
}
|
|
}
|