forked from nodemailer/mailparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 675 Bytes
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
{
"name": "mailparser",
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
"version": "0.5.3",
"author": "Andris Reinman",
"maintainers": [{
"name": "andris",
"email": "andris@node.ee"
}],
"repository": {
"type": "git",
"url": "http://github.com/andris9/mailparser.git"
},
"scripts": {
"test": "nodeunit test/"
},
"main": "./lib/mailparser",
"license": "MIT",
"dependencies": {
"mimelib": "^0.2.19",
"encoding": "^0.1.11",
"mime": "^1.3.4",
"uue": "^3.0.0"
},
"devDependencies": {
"nodeunit": "^0.9.1"
},
"keywords": [
"e-mail",
"mime",
"parser"
]
}