-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
32 lines (32 loc) · 877 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": "pdfkit-table",
"version": "0.1.98",
"description": "PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin) ",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"git-push": "git add . && git commit -m 'update' && git push "
},
"repository": "git+https://github.com/natancabral/pdfkit-table.git",
"author": "natancabral",
"keywords": [
"javascript",
"node",
"nodejs",
"node pdf",
"pdf",
"pdfkit",
"table",
"pdfkit table",
"pdfkit-table"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/natancabral/pdfkit-table/issues"
},
"homepage": "https://github.com/natancabral/pdfkit-table#readme",
"dependencies": {
"pdfkit": "latest"
}
}