forked from nodemailer/smtp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 981 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.7.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.4.10"
},
"devDependencies": {
"chai": "4.2.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.11.0",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",
"grunt-eslint": "23.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "8.0.1",
"pem": "1.14.4"
},
"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"
}
}