forked from chirag04/mail-listener2
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 842 Bytes
/
package.json
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
31
32
33
34
35
36
37
{
"name": "mail-listener5",
"version": "2.0.0",
"description": "Mail listener library for node.js. Get notification when new email arrived.",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.4.3",
"async": "^2.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/MatejMalicek/mail-listener2.git"
},
"homepage": "https://github.com/MatejMalicek/mail-listener2",
"keywords": [
"mail",
"job",
"imap",
"mail listener",
"mail listener2",
"mail listener3",
"mail listener4",
"email",
"email parser",
"node imap",
"mail parser"
],
"author": "Matej Malicek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatejMalicek/mail-listener2/issues"
},
"main": "index.js",
"scripts": {
"test": "test.js"
}
}