{
    "name": "princexml",
    "homepage": "https://github.com/ravdocs/princexml",
    "description": "Node API for executing XML/HTML to PDF renderer PrinceXML via prince(1) CLI",
    "version": "1.4.9",
    "license": "MIT",
    "publishConfig": {
        "scope": "ravdocs"
    },
    "author": {
        "name": "Ralf S. Engelschall",
        "email": "rse@engelschall.com",
        "url": "http://engelschall.com"
    },
    "keywords": [
        "Prince",
        "PrinceXML",
        "CLI",
        "XML",
        "HTML",
        "PDF",
        "renderer",
        "API"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/rse/node-prince.git"
    },
    "bugs": {
        "url": "https://github.com/ravdocs/princexml"
    },
    "main": "./prince-api.js",
    "devDependencies": {
        "grunt": "1.0.2",
        "grunt-cli": "1.2.0",
        "grunt-contrib-jshint": "1.1.0",
        "grunt-contrib-clean": "1.1.0",
        "grunt-eslint": "20.1.0"
    },
    "dependencies": {
        "promise": "8.0.1",
        "lodash": "4.17.10",
        "progress": "2.0.0",
        "request": "2.85.0",
        "which": "1.3.0",
        "chalk": "2.4.1",
        "tar": "4.4.2",
        "rimraf": "2.6.2",
        "mkdirp": "0.5.1"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "scripts": {
        "install": "node ./prince-npm.js install",
        "uninstall": "node ./prince-npm.js uninstall",
        "test": "node ./test.js"
    }
}
