2
0

package.json 753 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "2.11.338",
  4. "main": "build/pdf.js",
  5. "types": "types/src/pdf.d.ts",
  6. "description": "Generic build of Mozilla's PDF.js library.",
  7. "keywords": [
  8. "Mozilla",
  9. "pdf",
  10. "pdf.js"
  11. ],
  12. "homepage": "http://mozilla.github.io/pdf.js/",
  13. "bugs": "https://github.com/mozilla/pdf.js/issues",
  14. "license": "Apache-2.0",
  15. "peerDependencies": {
  16. "worker-loader": "^3.0.8"
  17. },
  18. "peerDependenciesMeta": {
  19. "worker-loader": {
  20. "optional": true
  21. }
  22. },
  23. "browser": {
  24. "canvas": false,
  25. "fs": false,
  26. "http": false,
  27. "https": false,
  28. "url": false,
  29. "zlib": false
  30. },
  31. "format": "amd",
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/mozilla/pdfjs-dist"
  35. }
  36. }