forked from nodemailer/haraka-plugin-wildduck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "haraka-plugin-wildduck",
"version": "1.26.0",
"description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/nodemailer/haraka-plugin-wildduck.git"
},
"keywords": [
"MX",
"SMTP",
"Haraka",
"Wild",
"Duck",
"IMAP",
"LMTP"
],
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"bugs": {
"url": "https://github.com/nodemailer/haraka-plugin-wildduck/issues"
},
"homepage": "https://github.com/nodemailer/haraka-plugin-wildduck#readme",
"devDependencies": {
"eslint": "6.0.1",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.0.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-eslint": "22.0.0"
},
"dependencies": {
"gelf": "2.0.1",
"haraka-dsn": "^1.0.2",
"ioredis": "4.11.1",
"libmime": "4.1.3",
"mongodb": "3.2.7",
"nodemailer": "6.2.1",
"srs.js": "0.1.0",
"wildduck": "1.21.0"
}
}