{
    "name":        "@junjie_npm/prince",
    "homepage":    "https://github.com/junjie/node-prince",
    "description": "Node API for executing XML/HTML to PDF renderer PrinceXML via prince(1) CLI",
    "version":     "1.9.4",
    "license":     "MIT",
    "author": {
        "name":    "Lin Junjie",
        "email":   "mail.junjie@gmail.com",
        "url":     "https://github.com/junjie/"
    },
    "keywords": [
        "Prince", "PrinceXML", "CLI", "XML", "HTML", "PDF", "renderer", "API"
    ],
    "repository": {
        "type": "git",
        "url":  "https://github.com/junjie/node-prince"
    },
    "bugs": {
        "url":  "https://github.com/junjie/node-prince"
    },
    "main": "./prince-api.js",
    "devDependencies": {
        "grunt":                "1.4.1",
        "grunt-cli":            "1.4.3",
        "grunt-contrib-jshint": "3.1.1",
        "grunt-contrib-clean":  "2.0.0",
        "grunt-eslint":         "24.0.0"
    },
    "dependencies" : {
        "promise":              "8.1.0",
        "lodash":               "4.17.21",
        "progress":             "2.0.3",
        "request":              "2.88.2",
        "which":                "2.0.2",
        "chalk":                "4.1.2",
        "tar":                  "6.1.11",
        "node-stream-zip":      "1.15.0",
        "rimraf":               "3.0.2",
        "mkdirp":               "1.0.4"
    },
    "engines": {
        "node":                 ">=10.0.0"
    },
    "scripts": {
        "install":   "node ./prince-npm.js install",
        "uninstall": "node ./prince-npm.js uninstall",
        "test":      "node ./test.js"
    }
}
