node-red-contrib-sendgrid
Version:
Sending e-mail node using SendGrid service
36 lines (35 loc) • 798 B
JSON
{
"name": "node-red-contrib-sendgrid",
"version": "0.2.1",
"description": "Sending e-mail node using SendGrid service",
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuhito/node-red-contrib-sendgrid.git"
},
"dependencies": {
"file-type": "12.4.2",
"@sendgrid/mail": "6.4.0"
},
"node-red": {
"nodes": {
"sendgrid": "node.js"
}
},
"keywords": [
"node-red",
"sendgrid",
"mail",
"email",
"e-mail"
],
"author": "zuhito",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zuhito/node-red-contrib-sendgrid/issues"
},
"homepage": "https://github.com/zuhito/node-red-contrib-sendgrid#readme"
}