酒店预订平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.bower.json 1.0 KiB

il y a 3 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "tableexport.jquery.plugin",
  3. "version": "1.10.22",
  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. },
  26. "moduleType": [
  27. "globals"
  28. ],
  29. "ignore": [
  30. ".git",
  31. ".idea",
  32. "package.json",
  33. "package-lock.json",
  34. "libs",
  35. "node_modules",
  36. "bower_components",
  37. "test",
  38. "tools"
  39. ],
  40. "_release": "1.10.22",
  41. "_resolution": {
  42. "type": "version",
  43. "tag": "v1.10.22",
  44. "commit": "ac867b593f515e2e920aed075e895757f51ee0e4"
  45. },
  46. "_source": "https://github.com/hhurz/tableExport.jquery.plugin.git",
  47. "_target": "~1.10.3",
  48. "_originalSource": "tableExport.jquery.plugin"
  49. }