forked from BramEsposito/eml-to-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
{
"name": "eml-to-pdf",
"version": "1.0.8",
"description": "Convert EML files to PDF, save attachments, rename EML files",
"main": "index.js",
"dependencies": {
"dateformat": "^3.0.3",
"envelope": "^2.0.2",
"handlebars": "^4.1.1",
"html-entities": "^1.2.1",
"html-pdf": "^2.2.0",
"npm-cid": "^0.1.4",
"path": "^0.12.7",
"sanitize-filename": "^1.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BramEsposito/eml-to-pdf.git"
},
"keywords": [
"email",
"pdf"
],
"author": "Bram Esposito",
"license": "ISC",
"bugs": {
"url": "https://github.com/BramEsposito/eml-to-pdf/issues"
},
"homepage": "https://github.com/BramEsposito/eml-to-pdf#readme"
}