treegrid.jquery.json 882 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "treegrid",
  3. "description": "jquery plugin for showing a HTML table as tree",
  4. "keywords": [
  5. "treegrid",
  6. "tree",
  7. "grid",
  8. "explorer",
  9. "file",
  10. "table",
  11. "tree",
  12. "ui"
  13. ],
  14. "version": "0.3.0",
  15. "title": "TreeGrid plugin for jQuery",
  16. "author": {
  17. "name": "Pomazan Max"
  18. },
  19. "maintainers": [
  20. {
  21. "name": "Pomazan Max"
  22. }
  23. ],
  24. "licenses": [
  25. {
  26. "type": "MIT",
  27. "url": "http://opensource.org/licenses/MIT"
  28. }
  29. ],
  30. "bugs": "https://github.com/maxazan/jquery-treegrid/issues",
  31. "homepage": "http://maxazan.github.io/jquery-treegrid/",
  32. "docs": "http://maxazan.github.io/jquery-treegrid/",
  33. "demo": "http://maxazan.github.io/jquery-treegrid/",
  34. "dependencies": {
  35. "jquery": ">=1.10.0"
  36. }
  37. }