html-pdf-lts
Version:
HTML to PDF converter that uses phantomjs
40 lines (39 loc) • 829 B
JSON
{
"name": "html-pdf-lts",
"version": "2.2.7",
"description": "HTML to PDF converter that uses phantomjs",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"html-pdf": "bin/index.js"
},
"scripts": {
"test": "standard && tape test/index.js examples/*/test.js"
},
"license": "MIT",
"devDependencies": {
"standard": "^14.3.0",
"tap-spec": "^5.0.0",
"tape": "^4.0.0"
},
"optionalDependencies": {
"phantomjs-prebuilt": "^2.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/sambacha/node-html-pdf.git"
},
"keywords": [
"html",
"pdf",
"phantom",
"phantomjs",
"nodejs"
],
"bugs": {
"url": "https://github.com/sambacha/node-html-pdf/issues"
},
"homepage": "https://github.com/sambacha/node-html-pdf"
}