forked from karuppiah7890/easy-pdf-merge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 802 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
{
"name": "easy-pdf-merge",
"version": "0.1.3",
"description": "A node module to merge PDFs. Uses Apache PDFBox library.",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karuppiah7890/easy-pdf-merge.git"
},
"keywords": [
"pdf",
"merge",
"easy",
"pdf-merge",
"merge-pdf",
"easy-pdf-merge",
"easy-merge-pdf"
],
"author": "Karuppiah <karuppiah7890@gmail.com> (https://www.github.com/karuppiah7890)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/karuppiah7890/easy-pdf-merge/issues",
"email" : "karuppiah7890@gmail.com"
},
"homepage": "https://github.com/karuppiah7890/easy-pdf-merge#readme"
}