Files
mailparser/package.json
2017-11-26 20:05:49 +01:00

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"
}