package.json 663 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "2.9.359",
  4. "main": "build/pdf.js",
  5. "types": "types/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.7"
  17. },
  18. "browser": {
  19. "canvas": false,
  20. "fs": false,
  21. "http": false,
  22. "https": false,
  23. "url": false,
  24. "zlib": false
  25. },
  26. "format": "amd",
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/mozilla/pdfjs-dist"
  30. }
  31. }