{
  "name": "pdf2json_all_fields",
  "version": "0.0.7",
  "description": "A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js (fork, form fields added)",
  "keywords": [
    "pdf get form fields",
    "pdf parser",
    "convert pdf to json",
    "server side PDF parser",
    "port pdf.js to node.js",
    "PDF binary to text",
    "commandline utility to parse pdf to json",
    "JSON",
    "javascript",
    "PDF canvas",
    "pdf.js fork"
  ],
  "author": "Modesty Zhang <modestyz@hotmail.com> (http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372)",
  "homepage": "https://github.com/modesty/pdf2json",
  "repository": {
    "type": "git",
    "url": "git://github.com/modesty/pdf2json.git"
  },
  "main": "./pdfparser.js",
  "scripts": {
    "test": "cd ./test && sh p2j.forms.sh",
    "test-misc": "node pdf2json.js -f ./test/pdf/misc/ -o ./test/target/misc/ -c -m"
  },
  "engines": {
    "node": ">=4.5"
  },
  "bin": {
    "pdf2json": "./bin/pdf2json"
  },
  "dependencies": {
    "xmldom": "^0.1.22",
    "lodash": "^4.15.0",
    "optimist": "^0.6.1",
    "async": "^2.0.1"
  },
  "devDependencies": {},
  "maintainers": [
    "Modesty Zhang <modestyz@hotmail.com> (http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372)"
  ],
  "contributors": [],
  "bugs": {
    "url": "http://github.com/modesty/pdf2json/issues"
  },
  "licenses": [
    {
      "type": "Apache v2",
      "url": "https://github.com/modesty/pdf2json/blob/master/license.txt"
    }
  ],
  "bundleDependencies": [
    "xmldom",
    "lodash",
    "optimist",
    "async"
  ],
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "license": "ISC"
}
