{
  "name": "pdf-toolz",
  "version": "1.0.2",
  "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",
    "shelljs": "^0.8.1",
    "with-tmp-dir-promise": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "file-type": "^7.6.0",
    "mocha": "^5.1.0"
  }
}
