repo.json 394 B

123456789101112131415
  1. [{
  2. "Name": "mdtree",
  3. "Description": "A plugin for the micro text editor to add sidebar for jumpring and viewing TOC of markdown files",
  4. "Tags": ["urlopen"],
  5. "Website": "https://notabug.org/dustdfg/micro-mdtree",
  6. "License": "MIT",
  7. "Versions": [{
  8. "Version": "1.0.0",
  9. "Url": "https://notabug.org/dustdfg/micro-mdtree/archive/v1.0.0.zip",
  10. "Require": {
  11. "micro": ">=2.0.13"
  12. }
  13. }]
  14. }]