UNPKG

html-to-pdf

Version:

A Node HTML to PDF converter using a the Java flyingsaucer library.

36 lines (35 loc) 775 B
{ "name": "html-to-pdf", "version": "0.1.11", "description": "A Node HTML to PDF converter using a the Java flyingsaucer library.", "main": "html-to-pdf.js", "directories": { "test": "test", "java-src": "java-src" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ChaosEvoker/html-to-pdf.git" }, "keywords": [ "node", "pdf", "html", "converter", "renderer", "java", "javascript" ], "author": "Phillip Sipe", "license": "MIT", "bugs": { "url": "https://github.com/ChaosEvoker/html-to-pdf/issues" }, "homepage": "https://github.com/ChaosEvoker/html-to-pdf", "dependencies": { "node-uuid": "^1.4.1" } }