forked from nodemailer/mailparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
47
48
{
"name": "mailparser",
"version": "3.4.0",
"description": "Parse e-mails",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"contributors": [
{
"name": "Peter Salomonsen",
"email": "[email protected]",
"url": "https://github.com/petersalomonsen"
}
],
"license": "MIT",
"dependencies": {
"encoding-japanese": "1.0.30",
"he": "1.2.0",
"html-to-text": "8.0.0",
"iconv-lite": "0.6.3",
"libmime": "5.0.0",
"linkify-it": "3.0.3",
"mailsplit": "5.3.1",
"nodemailer": "6.7.0",
"tlds": "1.224.0"
},
"devDependencies": {
"ajv": "8.6.3",
"eslint": "8.0.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "23.0.0",
"iconv": "3.0.1",
"random-message": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nodemailer/mailparser.git"
},
"bugs": {
"url": "https://github.com/nodemailer/mailparser/issues"
}
}