2015-06-13 19:46:07 +02:00
|
|
|
{
|
2016-06-07 16:57:40 +02:00
|
|
|
"name": "node-red-node-email",
|
2017-07-18 21:32:50 +02:00
|
|
|
"version": "0.1.24",
|
2016-06-07 16:57:40 +02:00
|
|
|
"description": "Node-RED nodes to send and receive simple emails",
|
|
|
|
"dependencies": {
|
|
|
|
"nodemailer": "^1.11.0",
|
|
|
|
"poplib": "^0.1.7",
|
2016-12-12 22:10:36 +01:00
|
|
|
"mailparser": "^0.6.1",
|
|
|
|
"imap": "^0.8.19"
|
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",
|
|
|
|
"imap"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
2015-06-13 19:46:07 +02:00
|
|
|
}
|