.bower.json 980 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.9.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. "file-saver": ">=1.2.0",
  21. "html2canvas": "*",
  22. "jspdf": "1.3.2 - 1.3.4",
  23. "jspdf-autotable": "2.0.14 || 2.0.17"
  24. },
  25. "moduleType": [
  26. "globals"
  27. ],
  28. "ignore": [
  29. "package.json",
  30. "libs",
  31. "tools",
  32. "node_modules",
  33. "bower_components",
  34. "test",
  35. "tests"
  36. ],
  37. "_release": "1.9.11",
  38. "_resolution": {
  39. "type": "version",
  40. "tag": "v1.9.11",
  41. "commit": "8cef91189158f2a0e265f707c5931275ff4efdca"
  42. },
  43. "_source": "https://github.com/hhurz/tableExport.jquery.plugin.git",
  44. "_target": "~1.9.0",
  45. "_originalSource": "tableExport.jquery.plugin"
  46. }