mail-notifier
Version:
Nodejs library to get notified on new incoming email.
27 lines (26 loc) • 572 B
JSON
{
"name": "mail-notifier",
"description": "Nodejs library to get notified on new incoming email.",
"keywords": [
"imap",
"mail",
"notifier"
],
"version": "0.5.0",
"author": {
"name": "jerome creignou",
"url": "https://github.com/jcreigno/nodejs-mail-notifier"
},
"repository": {
"type": "git",
"url": "git://github.com/jcreigno/nodejs-mail-notifier.git"
},
"dependencies": {
"async": "^2.5.0",
"debug": "^2.2.0",
"imap": "~0.8.9",
"mailparser": "0.6.2"
},
"main": "./index.js",
"devDependencies": {}
}