UNPKG

@alimamed/html-pdf

Version:

HTML to PDF converter that uses phantomjs

47 lines (46 loc) 938 B
{ "name": "@alimamed/html-pdf", "version": "3.0.2", "description": "HTML to PDF converter that uses phantomjs", "engines": { "node": ">=4.0.0" }, "main": "lib/index.js", "directories": { "test": "test" }, "bin": { "html-pdf": "bin/index.js" }, "scripts": { "test": "tape test/index.js examples/*/test.js" }, "author": "Ali Mamed", "license": "MIT", "devDependencies": { "tap-spec": "^5.0.0", "tape": "^5.1.1" }, "optionalDependencies": { "phantomjs-prebuilt": "^2.1.4" }, "repository": { "type": "git", "url": "git://github.com/AliMamed/node-html-pdf.git" }, "keywords": [ "html", "pdf", "phantom", "phantomjs", "nodejs" ], "bugs": { "url": "https://github.com/AliMamed/node-html-pdf/issues" }, "homepage": "https://github.com/AliMamed/node-html-pdf", "dependencies": { "dompurify": "^2.2.6", "jsdom": "^16.4.0" } }