55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"author": {
|
|
"name": "Andris Reinman"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/andris9/mailparser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"encoding": ">=0.1.4",
|
|
"iconv": "*",
|
|
"mime": "*",
|
|
"mimelib": ">=0.2.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
|
|
"devDependencies": {
|
|
"nodeunit": "*"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.4"
|
|
},
|
|
"homepage": "https://github.com/andris9/mailparser#readme",
|
|
"keywords": [
|
|
"e-mail",
|
|
"mime",
|
|
"parser"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/andris9/mailparser/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/mailparser",
|
|
"maintainers": [
|
|
{
|
|
"name": "andris",
|
|
"email": "andris@node.ee"
|
|
}
|
|
],
|
|
"name": "mailparser",
|
|
"optionalDependencies": {
|
|
"iconv": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.e.tern.al/s2/mailparser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test/"
|
|
},
|
|
"version": "0.3.6"
|
|
}
|