-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 1.36 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pdf-actions",
"version": "1.2.2",
"description": "A NPM Package built on top of pdf-lib that provides functonalities like merge, rotate, split and many more...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ManasMadan/pdf-actions"
},
"keywords": [
"pdf",
"pdf-actions",
"pdf-react",
"pdf-document",
"pdf-file",
"Merge",
"pdf-merge",
"pdf merge",
"Rotate",
"pdf-rotate",
"pdf rotate",
"Split",
"pdf split",
"File to PDF",
"Input PDF",
"PDF Unit8Array",
"PDF Blob",
"PDF Array to Blob",
"PDF Array",
"Break PDF",
"pdf-break",
"pdf break",
"flatten pdf",
"flatten pdf forms",
"flatten-pdf-forms",
"resize",
"resize pdf",
"margin pdf",
"pdf-margin",
"Margin to PDF",
"PDF Metadata",
"Metadata",
"PDF Page Numbers",
"Image to PDF",
"PDF From Image",
"JPG To PDF",
"PDF FROM JPG",
"JPEG To PDF",
"PDF FROM JPEG",
"Easy PDF",
"PDF Online",
"PDF Free"
],
"author": "Manas Madan",
"license": "MIT",
"dependencies": {
"pdf-lib": "^1.17.0"
},
"homepage": "https://github.com/ManasMadan/pdf-actions",
"bugs": {
"url": "https://github.com/ManasMadan/pdf-actions/issues"
}
}