forked from ankit1329/Eml-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 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
{
"name": "eml-parser",
"version": "1.0.4",
"description": "Parse .eml files or convert to pdf, html, jpeg or png format. Extract headers and attachments from .eml files.",
"dependencies": {
"html-pdf": "^2.2.0",
"mailparser": "^2.7.7"
},
"homepage": "https://github.com/ankit1329/Eml-Parser",
"bugs": {
"url": "https://github.com/ankit1329/Eml-Parser/issues",
"email": "akhouriankitprakash@gmail.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ankit1329/Eml-Parser.git"
},
"author": "Ankit <akhouriankitprakash@gmail.com> (https://www.linkedin.com/in/ankit1329)",
"license": "MIT",
"private": false,
"keywords": [
"email",
"email-parser",
"eml",
"parser",
"eml-parser",
"converter",
"emltopdf",
"eml-to-pdf",
"emltohtml",
"eml-to-html",
"emltojpeg",
"eml-to-jpeg",
"emltopng",
"eml-to-png",
".eml"
]
}