mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
490a3d8d37
to close #1003
50 lines
962 B
JSON
50 lines
962 B
JSON
{
|
|
"name": "node-red-node-email",
|
|
"version": "2.0.1",
|
|
"description": "Node-RED nodes to send and receive simple emails.",
|
|
"dependencies": {
|
|
"imap": "^0.8.19",
|
|
"node-pop3": "^0.8.0",
|
|
"mailparser": "^3.6.4",
|
|
"nodemailer": "^6.9.3",
|
|
"smtp-server": "^3.12.0"
|
|
},
|
|
"bundledDependencies": [
|
|
"imap",
|
|
"node-pop3",
|
|
"mailparser",
|
|
"nodemailer",
|
|
"smtp-server"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/email"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"email",
|
|
"gmail",
|
|
"imap",
|
|
"pop",
|
|
"smtp",
|
|
"smtp-server",
|
|
"mta"
|
|
],
|
|
"node-red": {
|
|
"version": ">=1.0.0",
|
|
"nodes": {
|
|
"email": "61-email.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "dceejay@gmail.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|