package.json 1.4 KB

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