2015-06-13 19:46:07 +02:00
|
|
|
{
|
2016-06-07 16:57:40 +02:00
|
|
|
"name": "node-red-node-email",
|
2019-09-26 14:39:25 +02:00
|
|
|
"version": "1.7.1",
|
2016-06-07 16:57:40 +02:00
|
|
|
"description": "Node-RED nodes to send and receive simple emails",
|
|
|
|
"dependencies": {
|
2018-05-01 22:31:22 +02:00
|
|
|
"imap": "^0.8.19",
|
2019-05-22 09:40:07 +02:00
|
|
|
"mailparser": "^2.7.1",
|
2019-06-14 22:37:31 +02:00
|
|
|
"nodemailer": "^6.2.1",
|
2018-05-01 22:31:22 +02:00
|
|
|
"poplib": "^0.1.7"
|
2016-06-07 16:57:40 +02:00
|
|
|
},
|
|
|
|
"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",
|
2019-05-22 09:40:07 +02:00
|
|
|
"imap",
|
|
|
|
"pop"
|
2016-06-07 16:57:40 +02:00
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
|
|
|
"email": "61-email.js"
|
2015-06-13 19:46:07 +02:00
|
|
|
}
|
2016-06-07 16:57:40 +02:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2018-05-01 22:31:22 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-09-04 19:51:20 +02:00
|
|
|
"node": ">=8.0.0"
|
2016-06-07 16:57:40 +02:00
|
|
|
}
|
2015-06-13 19:46:07 +02:00
|
|
|
}
|