You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 718 B

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.10.11",
  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.2 - 1.3.4",
  24. "jspdf-autotable": "2.0.14 || 2.0.17"
  25. },
  26. "moduleType": [
  27. "globals"
  28. ],
  29. "ignore": [
  30. "package.json",
  31. "libs",
  32. "tools",
  33. "node_modules",
  34. "bower_components",
  35. "test",
  36. "tests"
  37. ]
  38. }