mirror of https://github.com/buggins/dlangide.git
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "dlangide",
|
|
"description": "trying to make D language IDE based on dlangui library",
|
|
"homepage": "https://github.com/buggins/dlangide",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"targetName": "dlangide",
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
|
|
"copyFiles": [
|
|
"res"
|
|
],
|
|
|
|
"dependencies": {
|
|
"dlangui:dlanguilib": "~master"
|
|
}
|
|
}
|