-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 811 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 811 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
31
32
{
"name": "mail-listener-fixed",
"version": "2.1.1",
"description": "Mail-listener2 with modifications from various forks. Including fix for duplicate email parse, reconnect on disconnect and allow listeners to fire more than once.",
"dependencies": {
"async": "^2.5.0",
"debug": "^3.1.0",
"imap": "^0.8.19",
"lodash": "^4.17.4",
"mailparser": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0"
},
"main": "index.js",
"scripts": {
"test": "DEBUG=imap:listener node ./test",
"build": "npx babel src --out-dir lib --source-maps"
},
"keywords": [
"mail",
"gmail",
"imap",
"node.js",
"listener",
"event"
],
"author": "Chris Mobberley",
"license": "ISC"
}