{ "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", "sourcePaths": ["src"], "sourceFiles": [ "src/app.d" ], "copyFiles-windows": [ "lib/FreeImage.dll" ], "copyFiles": [ "res" ], "versions-posix": [ "USE_SDL", "USE_OPENGL" ], "mainSourceFile": "src/app.d", "dependencies": { "dlangui:dlanguilib": "~master" } }