UNPKG

phantom-html2whatever

Version:

Simple and lightweight HTML to PDF/JPG/PNG/Whatever conversion using Node and PhantomJS

54 lines (53 loc) 1.17 kB
{ "name": "phantom-html2whatever", "description": "Simple and lightweight HTML to PDF/JPG/PNG/Whatever conversion using Node and PhantomJS", "contributors": [ { "name": "Philipp Christoph" }, { "name": "Evgenij Terehov", "email": "opensource@terehov.de" }, { "name": "Jean Lucas de Carvalho" } ], "version": "1.0.10", "dependencies": { "async": "latest", "debug": "latest", "mkdirp": "^0.5.1", "phantomjs": "latest", "tmp": "latest" }, "repository": { "type": "git", "url": "https://github.com/Futuring/phantom-html2whatever.git" }, "keywords": [ "pdf", "html", "converter", "bauhaus" ], "main": "./lib/phantom-html2whatever", "bin": { "phantom-html2whatever": "./bin/phantom-html2whatever" }, "devDependencies": {}, "optionalDependencies": {}, "engines": { "node": "*" }, "bugs": { "url": "https://github.com/Futuring/phantom-html2whatever/issues" }, "homepage": "https://github.com/Futuring/phantom-html2whatever", "maintainers": [ { "name": "jlcarvalho", "email": "oi@jeanlucas.com.br" } ] }