Nav apraksta

package.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "datatables.net-bs5",
  3. "description": "DataTables for jQuery with styling for [Bootstrap5](https://getbootstrap.com/)",
  4. "main": "js/dataTables.bootstrap5.js",
  5. "module": "js/dataTables.bootstrap5.mjs",
  6. "style": "css/dataTables.bootstrap5.css",
  7. "types": "./types/dataTables.bootstrap5.d.ts",
  8. "version": "1.13.6",
  9. "files": [
  10. "css/**/*.css",
  11. "js/**/*.js",
  12. "js/**/*.mjs",
  13. "types/**/*.d.ts",
  14. "images/*"
  15. ],
  16. "keywords": [
  17. "Bootstrap",
  18. "Bootstrap5",
  19. "Datatables",
  20. "jQuery",
  21. "table",
  22. "filter",
  23. "sort"
  24. ],
  25. "dependencies": {
  26. "datatables.net": ">=1.13.4",
  27. "jquery": ">=1.7"
  28. },
  29. "moduleType": [
  30. "globals",
  31. "amd",
  32. "node"
  33. ],
  34. "ignore": [
  35. "composer.json",
  36. "datatables.json",
  37. "package.json"
  38. ],
  39. "author": {
  40. "name": "SpryMedia Ltd",
  41. "url": "http://datatables.net"
  42. },
  43. "homepage": "https://datatables.net",
  44. "bugs": "https://datatables.net/forums",
  45. "license": "MIT",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/DataTables/Dist-DataTables-Bootstrap5.git"
  49. }
  50. }