forked from pdffillerjs/pdffiller
-
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) · 757 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 757 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": "pdffiller",
"version": "1.0.1",
"private": false,
"description": "Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.",
"main": "index.js",
"scripts": {
"test": "cd test/ && mocha test.js"
},
"keywords": [
"nodejs",
"pdftk",
"fdf",
"pdffiller",
"pdf"
],
"dependencies": {
"fdf": "*",
"pdfkit": "0.7.2"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"author": {
"name": "John Taylor and David Baldwynn"
},
"contributors": [
"Adam P. Bell <adam.bell.p@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CitizensFinancialCorporation/pdffiller.git"
}
}