forked from dapanas/mail-listener2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 688 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mail-listener2-updated",
"version": "0.3.3",
"description": "Updated Mail listener library for node.js. Get notification when new email arrived.",
"dependencies": {
"imap": "~0.8.14",
"mailparser": "^0.4.8",
"async": "^0.9.0",
"mime": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dapanas/mail-listener2.git"
},
"homepage": "https://github.com/dapanas/mail-listener2",
"keywords": [
"mail",
"job",
"imap",
"mail listener",
"email",
"email parser"
],
"author": {
"name": "Daniel Pérez",
"email": "dapanas@gmail.com",
"url": "http://blogcito.info"
},
"license": "MIT"
}