{ "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": ["std"], }, { "name": "dscanner", "targetType": "executable", "sourcePaths": ["."], }, ], }