UNPKG

pdf-toolz

Version:
43 lines (42 loc) 949 B
{ "name": "pdf-toolz", "version": "1.1.8", "description": "NodeJS PDF utilities", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/Rapidfacture/pdf-toolz.git" }, "keywords": [ "PDF", "Split", "Combine", "Overlay", "pdftk", "gs" ], "author": "Rapidfacture GmbH", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Rapidfacture/pdf-toolz/issues" }, "homepage": "https://github.com/Rapidfacture/pdf-toolz#readme", "dependencies": { "babel-runtime": "^6.26.0", "bereich": "^1.0.0", "lodash": "^4.17.5", "mz": "^2.7.0", "pdfjs-dist": "^2.0.489", "require-native-executable": "^1.0.1", "shelljs": "^0.8.1", "with-tmp-dir-promise": "^1.1.2" }, "devDependencies": { "chai": "^4.1.2", "file-type": "^7.6.0", "mocha": "^5.1.0" } }