bower.json 775 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.10.26",
  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. "es6-promise": ">=4.2.4",
  21. "file-saver": ">=1.2.0",
  22. "html2canvas": "*",
  23. "jspdf": ">=1.3.4",
  24. "jspdf-autotable": "2.0.14 || 2.0.17",
  25. "pdfmake": "^0.1.71"
  26. },
  27. "moduleType": [
  28. "globals"
  29. ],
  30. "ignore": [
  31. ".git",
  32. ".idea",
  33. "package.json",
  34. "package-lock.json",
  35. "libs",
  36. "node_modules",
  37. "bower_components",
  38. "test",
  39. "tools"
  40. ]
  41. }