21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"name": "dscanner",
|
|
"description": "Swiss-army knife for D source code",
|
|
"copyright": "© Brian Schott",
|
|
"authors": ["Brian Schott"],
|
|
"importPaths": ["."],
|
|
"license" : "Boost Software License - Version 1.0",
|
|
"configurations": [
|
|
{
|
|
"name": "library",
|
|
"targetType": "library",
|
|
"sourcePaths": ["stdx"],
|
|
},
|
|
{
|
|
"name": "dscanner",
|
|
"targetType": "executable",
|
|
"sourcePaths": ["."],
|
|
},
|
|
],
|
|
}
|