phantom-html2pdf
Version:
Simple and lightweight HTML to PDF conversion using Node and PhantomJS
67 lines (66 loc) • 1.44 kB
JSON
{
"name": "phantom-html2pdf",
"description": "Simple and lightweight HTML to PDF conversion using Node and PhantomJS",
"contributors": [
{
"name": "Philipp Christoph"
},
{
"name": "Evgenij Terehov",
"email": "opensource@terehov.de"
},
{
"name": "Samuel Rossille",
"email": "samuel.rossille@gmail.com"
}
],
"version": "4.0.2",
"dependencies": {
"async": "latest",
"tmp": "latest",
"debug": "latest",
"phantomjs-prebuilt": "latest",
"bluebird": "^3.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/bauhausjs/phantom-html2pdf.git"
},
"keywords": [
"pdf",
"html",
"converter",
"bauhaus"
],
"main": "./lib/phantom-html2pdf",
"bin": {
"phantom-html2pdf": "./bin/phantom-html2pdf"
},
"devDependencies": {
"assert": "^1.3.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/bauhausjs/html2pdf/issues"
},
"homepage": "https://github.com/bauhausjs/html2pdf",
"license": "SEE LICENSE IN LICENSE",
"maintainers": [
{
"name": "eterehov",
"email": "opensource@terehov.de"
},
{
"name": "dustin-H"
}
],
"scripts": {
"test": "istanbul cover _mocha --include-all-sources -x \"**/test/**\" -- --recursive",
"travis": "npm test"
}
}