.bower.json 694 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jspdf-autotable",
  3. "homepage": "https://github.com/simonbengtsson/jspdf-autotable",
  4. "description": "Generate PDF tables or lists with javascript and jsPDF",
  5. "main": "dist/jspdf.plugin.autotable.js",
  6. "dependencies": {
  7. "jspdf": "~1.0.178"
  8. },
  9. "moduleType": [
  10. "globals"
  11. ],
  12. "keywords": [
  13. "pdf",
  14. "table"
  15. ],
  16. "license": "MIT",
  17. "ignore": [],
  18. "version": "2.0.17",
  19. "_release": "2.0.17",
  20. "_resolution": {
  21. "type": "version",
  22. "tag": "v2.0.17",
  23. "commit": "624226de33eda64acf84715b651869fcc4cd95cf"
  24. },
  25. "_source": "https://github.com/someatoms/jsPDF-AutoTable.git",
  26. "_target": "2.0.14 || 2.0.17",
  27. "_originalSource": "jspdf-autotable"
  28. }