UNPKG

html5-to-pdf

Version:
55 lines (54 loc) 1.18 kB
{ "name": "html5-to-pdf", "version": "2.0.1", "description": "HTML5 to PDF converter", "main": "index.js", "scripts": { "test": "mocha", "start": "node index.js" }, "repository": { "type": "git", "url": "git@github.com:peterdemartini/html5-to-pdf.git" }, "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": { "coffee-script": "^1.11.0", "colors": "^1.1.2", "commander": "^2.8.1", "debug": "^2.2.0", "duplexer": "^0.1.1", "express": "^4.14.0", "extend": "^3.0.0", "fs-extra": "^0.30.0", "lodash": "^4.16.2", "nightmare": "^2.7.0", "server-destroy": "^1.0.1", "stream-from-to": "^1.4.3", "through": "^2.3.7", "tmp": "0.0.29" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^3.1.0", "sinon": "^1.17.6", "sinon-chai": "^2.8.0" }, "bin": { "html5-to-pdf": "./command.js" } }