33 lines
830 B
JSON
33 lines
830 B
JSON
{
|
|
"authors": [
|
|
"Alexander Zhirov"
|
|
],
|
|
"copyright": "Copyright © 2023, Alexander Zhirov",
|
|
"dependencies": {
|
|
"vibe-d": "~>0.9",
|
|
"singlog": "~>0.3.2",
|
|
"arsd-official:postgres": "~>10.9.10",
|
|
"readconf": "~>0.3.1"
|
|
},
|
|
"buildTypes": {
|
|
"debug": {
|
|
"buildOptions": [
|
|
"debugMode",
|
|
"debugInfo"
|
|
]
|
|
},
|
|
"release": {
|
|
"buildOptions": [
|
|
"releaseMode",
|
|
"inline",
|
|
"optimize"
|
|
]
|
|
}
|
|
},
|
|
"description": "Dialplan Asterisk - веб-сервер для управления обработкой вызовов Asterisk",
|
|
"license": "GPL-2.0",
|
|
"name": "daster",
|
|
"targetPath": "bin",
|
|
"targetType": "executable"
|
|
}
|