2
0

package.json 727 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "2.1.266",
  4. "main": "build/pdf.js",
  5. "description": "Generic build of Mozilla's PDF.js library.",
  6. "keywords": [
  7. "Mozilla",
  8. "pdf",
  9. "pdf.js"
  10. ],
  11. "homepage": "http://mozilla.github.io/pdf.js/",
  12. "bugs": "https://github.com/mozilla/pdf.js/issues",
  13. "license": "Apache-2.0",
  14. "dependencies": {
  15. "node-ensure": "^0.0.0",
  16. "worker-loader": "^2.0.0"
  17. },
  18. "peerDependencies": {
  19. "webpack": "^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0"
  20. },
  21. "browser": {
  22. "fs": false,
  23. "http": false,
  24. "https": false,
  25. "node-ensure": false,
  26. "zlib": false
  27. },
  28. "format": "amd",
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/mozilla/pdfjs-dist"
  32. }
  33. }