repo.json 335 B

1234567891011121314
  1. [{
  2. "Name": "snippets",
  3. "Description": "plugin to insert language specific code snippets",
  4. "Tags": ["snippet"],
  5. "Versions": [
  6. {
  7. "Version": "0.1.1",
  8. "Url": "https://github.com/boombuler/microsnippets/releases/download/v0.1.1/snippets_0.1.1.zip",
  9. "Require": {
  10. "micro": ">=1.0.3"
  11. }
  12. }
  13. ]
  14. }]