UNPKG

voilab-pdf-table

Version:

PdfKit wrapper that helps to draw informations in simple tables.

40 lines (39 loc) 861 B
{ "name": "voilab-pdf-table", "version": "0.5.1", "description": "PdfKit wrapper that helps to draw informations in simple tables.", "main": "voilab-table.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/voilab/voilab-pdf-table.git" }, "keywords": [ "pdfkit", "table" ], "dependencies": { "lodash": "^4.17.10" }, "author": { "name": "Fabien Tafelmacher" }, "license": "MIT", "bugs": { "url": "https://github.com/voilab/voilab-pdf-table/issues" }, "homepage": "https://github.com/voilab/voilab-pdf-table#readme", "maintainers": [ { "name": "tafel", "email": "fabien@voilab.ch" } ], "directories": {}, "devDependencies": { "express": "^4.17.1", "pdfkit": "^0.12.1" } }