You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
755B

  1. {
  2. "slug": "JLmod",
  3. "name": "JLmod",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "JLmod",
  7. "author": "Joakim Lindbom",
  8. "authorEmail": "Joakim.Lindbom@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/JoakimLindbom/JLmod",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "DebugExpander",
  18. "name": "DebugExpander",
  19. "description": "Debugger for Ratchets module",
  20. "tags": [
  21. "Utility"
  22. ]
  23. },
  24. {
  25. "slug": "Ratchets",
  26. "name": "Ratchets",
  27. "description": "Gate and CV sequencer with 1-8 gates generated per step, generating a ratcheting effect",
  28. "tags": [
  29. "Sequencer"
  30. ]
  31. }
  32. ]
  33. }