mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add email node to node-red-nodes, fix lint etc
This commit is contained in:
25
social/email/package.json
Normal file
25
social/email/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name" : "node-red-node-email",
|
||||
"version" : "0.0.1",
|
||||
"description" : "Node-RED nodes to send and receive simple emails",
|
||||
"dependencies" : {
|
||||
"nodemailer" : "1.3.4",
|
||||
"imap" : "0.8.14"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/email"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "email", "e-mail", "imap", ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"email": "61-email.js"
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user