forked from nodemailer/smtp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 980 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
38
39
40
{
"name": "smtp-server",
"version": "3.11.0",
"description": "Create custom SMTP servers on the fly",
"main": "lib/smtp-server.js",
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"license": "MIT",
"dependencies": {
"base32.js": "0.1.0",
"ipv6-normalize": "1.0.1",
"nodemailer": "6.7.3"
},
"devDependencies": {
"chai": "4.3.6",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.2",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "9.2.2",
"pem": "1.14.6"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/smtp-server.git"
},
"bugs": {
"url": "https://github.com/andris9/smtp-server/issues"
},
"keywords": [
"SMTP"
],
"engines": {
"node": ">=6.0.0"
}
}