node-red-contrib-zenvia
Version:
A Node-RED node to work with Zenvia products.
26 lines (25 loc) • 660 B
JSON
{
"name": "node-red-contrib-zenvia",
"version": "0.0.1",
"description": "A Node-RED node to work with Zenvia products.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diglopes/node-red-contrib-zenvia.git"
},
"keywords": [
"zenvia",
"node-red",
"node",
"omnichanel"
],
"author": "Diego Lopes <diego-chez@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diglopes/node-red-contrib-zenvia/issues"
},
"homepage": "https://github.com/diglopes/node-red-contrib-zenvia#readme"
}