bower.json 384 B

123456789101112131415161718
  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. }