{
  "name": "node-pdfbox",
  "version": "0.1.9",
  "description": "Bridge module to library Apache PDFBox",
  "main": "index.js",
  "homepage": "http://objota.com.br",
  "repository": {
    "type": "git",
    "url": "https://github.com/pedro-lucas/node-pdfbox"
  },
  "bugs": "https://github.com/pedro-lucas/node-pdfbox/issues",
  "maintainers": [
    {
      "name": "Pedro Lucas",
      "web": "http://objota.com.br"
    }
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "gulp test",
    "postinstall": "node post-install"
  },
  "keywords": [
    "pdf",
    "pdfbox",
    "apache",
    "node-pdfbox"
  ],
  "author": "Pedro Lucas da Silva Junior <pedro@objota.com.br>",
  "license": "MIT",
  "dependencies": {
    "extend": "^3.0.0",
    "find-java-home": "^0.1.4",
    "java": "^0.8.0",
    "when": "^3.7.7"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-util": "^3.0.7",
    "gulp-clean": "^0.3.2",
    "gulp-jasmine": "^2.3.0",
    "gulp-shell": "^0.5.2",
    "run-sequence": "^1.1.5"
  }
}
