forked from nodemailer/mailparser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 889 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": "mailparser",
"version": "2.0.2",
"description": "Parse e-mails",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"license": "EUPL-1.1",
"dependencies": {
"addressparser": "1.0.1",
"he": "1.1.1",
"html-to-text": "3.1.0",
"iconv-lite": "0.4.15",
"libmime": "3.1.0",
"mailsplit": "4.0.0",
"marked": "0.3.6"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^19.0.0",
"libbase64": "^0.1.0",
"libqp": "^1.1.0",
"random-message": "^1.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/andris9/mailparser.git"
},
"bugs": {
"url": "https://github.com/andris9/mailparser/issues"
}
}