forked from Rapidfacture/url2pdf3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 714 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 714 Bytes
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
{
"name": "url2pdf3",
"version": "3.2.4",
"description": "Renders HTML to PDF files using Puppetteer. Successor of url2pdf-plus",
"author": {
"name": "Uli Köhler"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:rapidfacture/url2pdf3.git"
},
"maintainers": [
{
"name": "Uli Köhler",
"email": "ukoehler@techoverflow.net"
}
],
"main": "index.js",
"scripts": {},
"dependencies": {
"lodash": "^4.17.5",
"mz": "^2.7.0",
"pdf-toolz": "^1.1.0",
"puppeteer": "2.0.0",
"with-tmp-dir-promise": "^1.0.3"
},
"devDependencies": {},
"keywords": [
"html2pdf",
"url2pdf",
"html",
"to",
"pdf"
]
}