UNPKG

node-red-contrib-whatsapp-cmb

Version:
35 lines (34 loc) 865 B
{ "name": "node-red-contrib-whatsapp-cmb", "version": "1.0.3", "description": "Node-RED node to send WhatsApp Messages with WhatsApp CallmeBot", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/PfisterDaniel/node-red-contrib-whatsapp-cmb.git" }, "keywords": [ "whatsapp", "node-red", "node", "messages" ], "author": "Daniel Pfister", "email": "kontakt@daniel-pfister.de", "license": "MIT", "node-red": { "nodes": { "whatsapp": "nodes/whatsapp.js" } }, "bugs": { "url": "https://github.com/PfisterDaniel/node-red-contrib-whatsapp-cmb/issues" }, "homepage": "https://github.com/PfisterDaniel/node-red-contrib-whatsapp-cmb#readme", "dependencies": { "request": "^2.88.2" } }