forked from nodemailer/mailparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 800 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
{
"name": "mailparser",
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
"version": "0.2.13",
"author" : "Andris Reinman",
"maintainers":[
{
"name":"andris",
"email":"andris@node.ee"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/mailparser.git"
},
"main" : "./lib/mailparser",
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/andris9/mailparser/blob/master/LICENSE"
}
],
"dependencies": {
"mimelib": "0.1.11",
"iconv": "*"
},
"devDependencies": {
"nodeunit": "*"
},
"engines": ["node >=0.6.0"],
"keywords": ["e-mail", "mime", "parser"]
}