RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-html-pdf",
    "version": "1.0.75-86",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "WwkHtmlTox"
    },
    "license": "MIT",
    "description": "Generates PDF from HTML with custom headers and footers with wkhtmltopdf",
    "main": "src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "grunt",
        "install": "node src/package/install.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/html-pdf.git"
    },
    "keywords": [
        "html",
        "pdf",
        "async",
        "header",
        "custom",
        "footer"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "bugs": {
        "url": "https://github.com/patrikx3/html-pdf/issues"
    },
    "homepage": "https://pages.corifeus.com/html-pdf",
    "devDependencies": {
        "corifeus-builder": "^1.7.735-81"
    },
    "dependencies": {
        "cheerio": "^1.0.0-rc.2",
        "corifeus-utils": "^1.1.413-102",
        "fs-extra": "^4.0.1",
        "progress": "^2.0.0"
    },
    "engines": {
        "node": ">=7.8.0"
    }
}