repo.json 364 B

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