forked from postalsys/emailengine
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "imapapi",
"private": true,
"version": "1.2.2",
"description": "Email Sync Engine",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "grunt",
"licenses": "npm-license-crawler --production --csv ./licenses.csv"
},
"keywords": [
"IMAP"
],
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@hapi/boom": "9.1.0",
"@hapi/hapi": "19.1.1",
"@hapi/inert": "6.0.1",
"@hapi/joi": "17.1.1",
"@hapi/vision": "6.0.0",
"@popperjs/core": "2.1.1",
"bootstrap": "4.4.1",
"bull": "3.13.0",
"email-reply-parser": "1.2.2",
"exponential-backoff": "2.2.1",
"hapi-pino": "6.5.0",
"hapi-swagger": "12.1.3",
"he": "1.2.0",
"html-to-text": "5.1.1",
"imapflow": "1.0.33",
"ioredis": "4.16.0",
"jquery": "3.4.1",
"libmime": "4.2.1",
"linkifyjs": "2.1.9",
"msgpack5": "4.2.1",
"node-fetch": "2.6.0",
"nodemailer": "6.4.5",
"pino": "5.17.0",
"prom-client": "12.0.0",
"qs": "6.9.1",
"restify": "8.5.1",
"wild-config": "1.5.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.10.0",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",
"grunt-eslint": "22.0.0",
"npm-license-crawler": "0.2.1"
}
}