dataTables.jquery.json 806 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "DataTables",
  3. "version": "1.10.2",
  4. "description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
  5. "homepage": "http://datatables.net/",
  6. "docs": "http://datatables.net/",
  7. "demo": "http://datatables.net/examples",
  8. "download": "http://datatables.net/download",
  9. "author": {
  10. "name": "Allan Jardine",
  11. "url": "http://sprymedia.co.uk"
  12. },
  13. "licenses": [
  14. {
  15. "type": "MIT",
  16. "url": "http://datatables.net/license_bsd"
  17. }
  18. ],
  19. "dependencies": {
  20. "jquery": ">=1.7"
  21. },
  22. "keywords": [
  23. "DataTables",
  24. "DataTable",
  25. "table",
  26. "grid",
  27. "filter",
  28. "sort",
  29. "page",
  30. "internationalisable"
  31. ]
  32. }