package.json 398 B

1234567891011121314151617
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "1.0.1169",
  4. "description": "Generic build of Mozilla's PDF.js library.",
  5. "keywords": [
  6. "Mozilla",
  7. "pdf",
  8. "pdf.js"
  9. ],
  10. "homepage": "http://mozilla.github.io/pdf.js/",
  11. "bugs": "https://github.com/mozilla/pdf.js/issues",
  12. "license": "Apache-2.0",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/mozilla/pdfjs-dist"
  16. }
  17. }