D-Scanner/dub.json

23 lines
519 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" : "autodetect",
"versions" : [
"built_with_dub",
"StdLoggerDisableWarning"
],
"dependencies" : {
"libdparse" : "~>0.7.2-alpha.3",
"dsymbol" : "~>0.2.9",
"inifiled" : ">=1.0.2",
"emsi_containers" : "~>0.5.3",
"libddoc" : "~>0.2.0"
},
"targetPath" : "bin"
}