Merge pull request #108 from MartinNowak/addDubPackage

add dub.json
This commit is contained in:
Hackerpilot 2014-02-14 08:59:36 -08:00
commit 29843cf282
1 changed files with 19 additions and 0 deletions

19
dub.json Normal file
View File

@ -0,0 +1,19 @@
{
"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": ["."],
},
],
}