27 lines
504 B
JSON
27 lines
504 B
JSON
{
|
|
"authors": [
|
|
"Chris Josten"
|
|
],
|
|
"copyright": "Copyright © 2021, Chris Josten",
|
|
"dependencies": {
|
|
"ddbus": {"path": "/home/chris/Programmeren/D/ddbus"},
|
|
"msgpack-d": "~>1.0.3",
|
|
"vibe-core": "~>1.13.0"
|
|
},
|
|
"description": "Automatisch In-Uitschakelen Ober",
|
|
"license": "MIT",
|
|
"name": "mvoau",
|
|
"configurations": [
|
|
{
|
|
"name": "WithoutRPC",
|
|
"targetType": "executable",
|
|
"versions": []
|
|
},
|
|
{
|
|
"name": "WithRPC",
|
|
"targetType": "executable",
|
|
"versions": ["WithRPC"]
|
|
}
|
|
]
|
|
}
|