package.json 808 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.28.0",
  4. "description": "html table export",
  5. "main": "tableExport.min.js",
  6. "dependencies": {
  7. "jquery": ">=3.2.1",
  8. "file-saver": ">=2.0.4",
  9. "html2canvas": ">=1.0.0",
  10. "jspdf": ">=2.0.0",
  11. "pdfmake": "^0.1.71",
  12. "xlsx": ">=0.16.0"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/hhurz/tableExport.jquery.plugin.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/hhurz/tableExport.jquery.plugin/issues"
  20. },
  21. "keywords": [
  22. "html5",
  23. "javascript",
  24. "jquery",
  25. "export",
  26. "table"
  27. ],
  28. "author": "hhurz",
  29. "license": "MIT",
  30. "homepage": "https://github.com/hhurz/tableExport.jquery.plugin/",
  31. "files": [
  32. "LICENSE",
  33. "README.md",
  34. "tableExport.min.js",
  35. "libs"
  36. ]
  37. }