pdf-builder
Version:
PDF builder based on wkhtmltopdf.
27 lines (26 loc) • 626 B
JSON
{
"name": "pdf-builder",
"version": "0.4.5",
"description": "PDF builder based on wkhtmltopdf.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexwebb2/node-pdf-builder.git"
},
"keywords": [
"wkhtmltopdf",
"pdf-builder"
],
"author": "Alex Webb <alexwebb2@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexwebb2/node-pdf-builder/issues"
},
"homepage": "https://github.com/alexwebb2/node-pdf-builder",
"dependencies": {
"uuid": "^2.0.1"
}
}