package.json 783 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "DataTables",
  3. "version": "1.9.4",
  4. "title": "DataTables",
  5. "author": {
  6. "name": "Allan Jardine",
  7. "url": "http://sprymedia.co.uk"
  8. },
  9. "licenses": [
  10. {
  11. "type": "BSD",
  12. "url": "http://datatables.net/license_bsd"
  13. },
  14. {
  15. "type": "GPLv2",
  16. "url": "http://datatables.net/license_gpl2"
  17. }
  18. ],
  19. "dependencies": {
  20. "jquery": "1.4 - 1.8"
  21. },
  22. "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.",
  23. "keywords": [
  24. "DataTables",
  25. "DataTable",
  26. "table",
  27. "grid",
  28. "filter",
  29. "sort",
  30. "page",
  31. "internationalisable"
  32. ],
  33. "homepage": "http://datatables.net"
  34. }