bower.json 701 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.28.0",
  4. "description": "html table export",
  5. "main": "tableExport.js",
  6. "authors": [
  7. "hhurz"
  8. ],
  9. "license": "MIT",
  10. "keywords": [
  11. "html5",
  12. "javascript",
  13. "jquery",
  14. "export",
  15. "table"
  16. ],
  17. "homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
  18. "dependencies": {
  19. "jquery": ">=1.9.1",
  20. "file-saver": ">=2.0.4",
  21. "html2canvas": "*",
  22. "jspdf": ">=2.0.0",
  23. "pdfmake": "^0.1.71"
  24. },
  25. "moduleType": [
  26. "globals"
  27. ],
  28. "ignore": [
  29. ".git",
  30. ".idea",
  31. "package.json",
  32. "package-lock.json",
  33. "libs",
  34. "node_modules",
  35. "bower_components",
  36. "test",
  37. "tools"
  38. ]
  39. }