package.json 627 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "1.9.566",
  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": "^0.8.0"
  17. },
  18. "browser": {
  19. "fs": false,
  20. "http": false,
  21. "https": false,
  22. "node-ensure": false
  23. },
  24. "format": "amd",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/mozilla/pdfjs-dist"
  28. }
  29. }