17 lines
410 B
JSON
17 lines
410 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",
|
|
"versions": ["built_with_dub"],
|
|
"dependencies": {
|
|
"libdparse": "~>0.7.0",
|
|
"dsymbol": "~>0.2.0",
|
|
"inifiled": ">=0.0.6",
|
|
"emsi_containers": "~>0.5.3",
|
|
"libddoc": "~>0.2.0"
|
|
},
|
|
}
|