add latest email node dips

This commit is contained in:
Dave Conway-Jones 2016-04-20 20:02:12 +01:00
parent 1cfb5f403d
commit 8065988e8d
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-nodes", "name" : "node-red-nodes",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes", "description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage" : "http://nodered.org", "homepage" : "http://nodered.org",
"license" : "Apache-2.0", "license" : "Apache-2.0",
@ -31,8 +31,10 @@
"when": "^3.6.4", "when": "^3.6.4",
"exif": "0.4.0", "exif": "0.4.0",
"ngeohash": "0.6.*", "ngeohash": "0.6.*",
"nodemailer" : "1.3.4", "nodemailer" : "1.11.*",
"imap" : "0.8.14" "poplib" : "0.1.7",
"mailparser" : "0.5.3",
"imap" : "0.8.17"
}, },
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"