{
  "name": "pdf2text",
  "version": "1.1.0",
  "description": "Extract an array of pages/text from a pdf",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:robgraeber/pdf2text.git"
  },
  "keywords": [
    "pdf",
    "text"
  ],
  "author": "Rob Graeber",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robgraeber/pdf2text/issues"
  },
  "devDependencies": {
    "mocha": "~1.14.0",
    "okay": "~0.3.0"
  },
  "dependencies": {
    "bluebird": "^2.9.33",
    "lodash": "~2.3.0",
    "pdf3json": "0.2.0"
  }
}
