package.json 842 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "2.16.105",
  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. "dependencies": {
  16. "dommatrix": "^1.0.3",
  17. "web-streams-polyfill": "^3.2.1"
  18. },
  19. "peerDependencies": {
  20. "worker-loader": "^3.0.8"
  21. },
  22. "peerDependenciesMeta": {
  23. "worker-loader": {
  24. "optional": true
  25. }
  26. },
  27. "browser": {
  28. "canvas": false,
  29. "fs": false,
  30. "http": false,
  31. "https": false,
  32. "url": false,
  33. "zlib": false
  34. },
  35. "format": "amd",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://github.com/mozilla/pdfjs-dist"
  39. }
  40. }