{ "name": "ircclient", "description": "dlangui library example IRC Client", "homepage": "https://github.com/buggins/dlangui", "license": "Boost", "authors": ["Vadim Lopatin"], "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"], "targetPath": "bin", "targetName": "ircclient", "targetType": "executable", "versions": ["EmbedStandardResources"], "dependencies": { "dlangui": {"path": "../../"} }, "configurations" : [ { "name" : "default", "subConfigurations" : { "dlangui" : "default" } }, { "name" : "console", "subConfigurations" : { "dlangui" : "console" } } ] }