forked from ovvn/dom-to-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 853 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": "dom-to-pdf",
"version": "0.3.1",
"description": "Generates a printable paginated pdf from DOM node using HTML5 canvas and svg.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ovvn/dom-to-pdf"
},
"dependencies": {
"dom-to-image-more": "^2.12.0",
"jspdf": "^2.5.1"
},
"keywords": [
"javascript",
"dom",
"pdf",
"html",
"canvas",
"svg",
"client-side",
"print",
"paginate",
"page-break"
],
"author": {
"name": "Osman Mazinov",
"email": "[email protected]",
"url": "https://ovvn.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ovvn/dom-to-pdf/issues"
},
"homepage": "https://github.com/ovvn/dom-to-pdf#readme"
}