package.json 700 B

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