-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "node-red-contrib-alangreyjoy-sendgrid",
"version": "1.0.4",
"description": "Sending e-mail node using SendGrid service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AlanGreyjoy/node-red-contrib-alangreyjoy-sendgrid.git"
},
"dependencies": {
"@sendgrid/mail": "*"
},
"devDependencies": {
"prettier": "3.3.2"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"sendgrid-config": "nodes/sendgrid-config.js",
"sendgrid-basic-email": "nodes/basicEmail.js",
"sendgrid-dynamic-template": "nodes/dynamicTemplate.js"
}
},
"keywords": [
"node-red",
"sendgrid",
"mail",
"email",
"e-mail"
],
"author": "Alan Spurlock <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlanGreyjoy/node-red-contrib-alangreyjoy-sendgrid/issues"
},
"homepage": "https://github.com/AlanGreyjoy/node-red-contrib-alangreyjoy-sendgrid#readme"
}