.bower.json 744 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "jspdf",
  3. "homepage": "https://github.com/mrrio/jspdf",
  4. "description": "PDF Document creation from JavaScript",
  5. "main": "dist/jspdf.debug.js",
  6. "moduleType": [
  7. "amd",
  8. "globals"
  9. ],
  10. "keywords": [
  11. "pdf"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "libs",
  17. "CNAME",
  18. "jspdf.js",
  19. "examples/jspdf.PLUGINTEMPLATE.js",
  20. "plugins/*",
  21. "todo.txt",
  22. "wscript.py",
  23. "build.sh",
  24. "test",
  25. "tools"
  26. ],
  27. "version": "1.3.4",
  28. "_release": "1.3.4",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v1.3.4",
  32. "commit": "407e72dbcabe7486e64cbc6d69f57e0ce40b88d4"
  33. },
  34. "_source": "https://github.com/MrRio/jsPDF.git",
  35. "_target": "1.3.2 - 1.3.4",
  36. "_originalSource": "jspdf"
  37. }