@apidaze/node-red-contrib-apidaze
Version:
Node-RED module for Apidaze
28 lines • 705 B
JSON
{
"name": "Node-RED nodes for apidaze.io",
"description": "Node-RED nodes for apidaze.io that offer a convenient way to build communications applications on top of the apidaze API.",
"repository": "https://github.com/apidaze/node-red-contrib-apidaze",
"keywords": [
"call",
"IVR",
"node-red",
"RTCM",
"CDR",
"webrtc",
"apidaze",
"apidaze.io",
"voice",
"voip"
],
"env": {
"NPM_CONFIG_PRODUCTION": {
"description": "DO NOT CHANGE. Leave \"false\" here.",
"value": "false",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Repeat app name to make it available inside the app.",
"required": true
}
}
}