1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

and update email node libs - bump version

This commit is contained in:
Dave Conway-Jones 2016-04-20 20:03:46 +01:00
parent 8065988e8d
commit ae3d6a6874

View File

@ -1,12 +1,12 @@
{ {
"name" : "node-red-node-email", "name" : "node-red-node-email",
"version" : "0.1.4", "version" : "0.1.5",
"description" : "Node-RED nodes to send and receive simple emails", "description" : "Node-RED nodes to send and receive simple emails",
"dependencies" : { "dependencies" : {
"nodemailer" : "1.3.4", "nodemailer" : "1.11.*",
"imap" : "0.8.16", "poplib" : "0.1.7",
"poplib": "^0.1.7", "mailparser" : "0.5.3",
"mailparser": "^0.5.3" "imap" : "0.8.17"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",