UNPKG

html5-to-pdf

Version:
50 lines (49 loc) 1.07 kB
{ "name": "html5-to-pdf", "version": "3.2.0", "description": "HTML5 to PDF converter", "main": "lib/index.js", "scripts": { "lint": "eslint *.js ./lib/*.js ./examples/*.js" }, "engineStrict": true, "engines": { "node": ">=8.0.0" }, "repository": { "type": "git", "url": "git@github.com:peterdemartini/html5-to-pdf.git" }, "license": "MIT", "keywords": [ "html5", "pdf", "convert", "template", "generator" ], "author": "Peter DeMartini", "homepage": "https://github.com/peterdemartini/html5-to-pdf", "licenses": [ { "type": "MIT", "url": "https://github.com/peterdemartini/html5-to-pdf/blob/master/LICENSE" } ], "dependencies": { "auto-bind": "^2.1.0", "colors": "^1.3.3", "commander": "^3.0.0", "lodash": "^4.17.15", "puppeteer": "^1.19.0" }, "devDependencies": { "eslint": "^6.2.2", "eslint-config-prettier": "^6.1.0", "eslint-plugin-prettier": "^3.1.0", "prettier": "^1.18.2" }, "bin": { "html5-to-pdf": "./command.js" } }