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.

41 lines
909B

  1. {
  2. "slug": "unless_modules",
  3. "name": "unless modules",
  4. "author": "unless games",
  5. "version": "1.0.0",
  6. "license": "GPL-3.0-only",
  7. "authorEmail": "unlessgames@gmail.com",
  8. "pluginUrl": "http://gitlab.com/unlessgames/unless_modules",
  9. "authorUrl": "http://unlessgames.com/",
  10. "sourceUrl": "http://gitlab.com/unlessgames/unless_modules",
  11. "modules": [
  12. {
  13. "slug": "markov",
  14. "name": "mr. chainkov",
  15. "description": "markov-chain melody generator",
  16. "tags": [
  17. "Sequencer",
  18. "Random"
  19. ]
  20. },
  21. {
  22. "slug": "piong",
  23. "name": "piong",
  24. "description": "arcade modulator",
  25. "tags": [
  26. "Sequencer",
  27. "Random"
  28. ]
  29. },
  30. {
  31. "slug": "atoms",
  32. "name": "atoms",
  33. "description": "adjustable rotating octa-multi-switch",
  34. "tags": [
  35. "Switch",
  36. "Mixer",
  37. "Utility"
  38. ]
  39. }
  40. ]
  41. }