jqGrid.jquery.json 926 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jqGrid",
  3. "title": "jQuery jqGrid",
  4. "description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
  5. "keywords": [
  6. "grid",
  7. "table",
  8. "treegrid",
  9. "sorting",
  10. "paging",
  11. "editing",
  12. "grouping",
  13. "searching"
  14. ],
  15. "version": "4.7.0",
  16. "author": {
  17. "name": "Tony Tomov",
  18. "email": "tony@trirand.com",
  19. "url": "http://trirand.com"
  20. },
  21. "maintainers": [
  22. {
  23. "name": "Tony Tomov",
  24. "email": "tony@trirand.com",
  25. "url": "http://trirand.com"
  26. }
  27. ],
  28. "licenses": [
  29. {
  30. "type": "MIT",
  31. "url": "http://www.trirand.com/blog/?page_id=87"
  32. },
  33. {
  34. "type": "GPLv2",
  35. "url": "http://www.trirand.com/blog/?page_id=91"
  36. }
  37. ],
  38. "bugs": "https://github.com/tonytomov/jqGrid/issues",
  39. "homepage": "http://www.trirand.com",
  40. "docs": "http://www.trirand.com/jqgridwiki/doku.php",
  41. "dependencies": {
  42. "jquery": ">=1.7"
  43. }
  44. }