mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
37 lines
722 B
JSON
37 lines
722 B
JSON
{
|
|
"name": "node-red-node-email",
|
|
"version": "1.6.3",
|
|
"description": "Node-RED nodes to send and receive simple emails",
|
|
"dependencies": {
|
|
"imap": "^0.8.19",
|
|
"mailparser": "^2.7.1",
|
|
"nodemailer": "^6.2.1",
|
|
"poplib": "^0.1.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/email"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"email",
|
|
"gmail",
|
|
"imap",
|
|
"pop"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"email": "61-email.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
}
|