composer.json 370 B

123456789101112
  1. {
  2. "name": "maxazan/jquery-treegrid",
  3. "description": "jquery treegrid plugin",
  4. "keywords": ["jquery", "grid", "treegrid", "tree"],
  5. "homepage": "http://maxazan.github.io/jquery-treegrid",
  6. "type": "library",
  7. "license": "MIT",
  8. "support": {
  9. "issues": "https://github.com/maxazan/jquery-treegrid/issues",
  10. "source": "https://github.com/maxazan/jquery-treegrid"
  11. }
  12. }