composer.json 526 B

123456789101112131415
  1. {
  2. "name": "datatables/datatables",
  3. "version": "1.10.2",
  4. "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
  5. "homepage": "http://www.datatables.net/",
  6. "author": "SpryMedia",
  7. "license": [
  8. "MIT"
  9. ],
  10. "prefer-stable": true,
  11. "support": {
  12. "forum": "https://datatables.net/forums",
  13. "source": "https://github.com/DataTables/DataTablesSrc/"
  14. }
  15. }