{
  "name": "@ckhordiasma/pdfjs-dist",
  "version": "2.7.41",
  "main": "build/pdf.js",
  "types": "types/pdf.d.ts",
  "description": "Generic build of Mozilla's PDF.js library, with additional access to XFA information through API",
  "keywords": [
    "Mozilla",
    "pdf",
    "pdf.js",
    "xref",
    "xfa"
  ],
  "homepage": "http://github.com/ckhordiasma/pdf.js/",
  "bugs": "https://github.com/ckhordiasma/pdf.js/issues",
  "license": "Apache-2.0",
  "browser": {
    "canvas": false,
    "fs": false,
    "http": false,
    "https": false,
    "url": false,
    "zlib": false
  },
  "format": "amd",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckhordiasma/pdfjs-dist"
  }
}