mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
33 lines
597 B
JSON
33 lines
597 B
JSON
{
|
|
"name" : "poodinis",
|
|
"description" : "A dependency injection framework with support for autowiring.",
|
|
"homepage": "http://lostmoment.com",
|
|
"authors": ["Mike Bierlee"],
|
|
"copyright": "Copyright 2014 Mike Bierlee",
|
|
"license": "MIT",
|
|
"configurations": [
|
|
{
|
|
"name": "debug-build",
|
|
"targetType": "library",
|
|
"buildOptions": [
|
|
"debugMode",
|
|
"debugInfo"
|
|
]
|
|
},
|
|
{
|
|
"name": "unittest",
|
|
"targetType": "executable",
|
|
"buildOptions": [
|
|
"debugMode",
|
|
"debugInfo",
|
|
"unittests"
|
|
],
|
|
"sourcePaths": [
|
|
"test"
|
|
],
|
|
"dflags-dmd": [
|
|
"-main"
|
|
]
|
|
}
|
|
]
|
|
} |