UNPKG

888 BJSONView Raw
1{
2 "name": "html-pdf",
3 "version": "2.2.0",
4 "description": "HTML to PDF converter that uses phantomjs",
5 "engines": {
6 "node": ">=4.0.0"
7 },
8 "main": "lib/index.js",
9 "directories": {
10 "test": "test"
11 },
12 "bin": {
13 "html-pdf": "bin/index.js"
14 },
15 "scripts": {
16 "test": "standard && node test/index.js"
17 },
18 "author": "Marc Bachmann",
19 "license": "MIT",
20 "devDependencies": {
21 "standard": "^5.1.1",
22 "tap-spec": "^2.2.0",
23 "tape": "^3.4.0"
24 },
25 "optionalDependencies": {
26 "phantomjs-prebuilt": "^2.1.4"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/marcbachmann/node-html-pdf.git"
31 },
32 "keywords": [
33 "html",
34 "pdf",
35 "phantom",
36 "phantomjs",
37 "nodejs"
38 ],
39 "bugs": {
40 "url": "https://github.com/marcbachmann/node-html-pdf/issues"
41 },
42 "homepage": "https://github.com/marcbachmann/node-html-pdf"
43}