{ "name" : "poodinis", "description" : "A dependency injection framework with support for autowiring.", "homepage": "http://lostmoment.com/open-source/poodinis", "authors": ["Mike Bierlee"], "copyright": "Copyright 2014 Mike Bierlee", "license": "MIT", "configurations": [ { "name": "library", "targetType": "library" }, { "name": "unittest", "targetType": "executable", "sourcePaths": [ "test" ], "dflags": [ "-main" ] }, { "name": "unittestVerbose", "targetType": "executable", "debugVersions": ["poodinisVerbose"], "sourcePaths": [ "test" ], "dflags-dmd": [ "-main" ] }, { "name" : "quickstartExample", "description" : "Quickstart example from the Poodinis readme.", "targetType": "executable", "targetName": "quickstartExample", "sourcePaths": [ "example/quickstart" ], "importPaths": [ "source" ] }, { "name" : "qualifiersExample", "description" : "Quickstart example where qualifiers are used.", "targetType": "executable", "targetName": "qualifiersExample", "sourcePaths": [ "example/qualifiers" ], "importPaths": [ "source" ] } ] }