package.json 1.3 KB

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