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
945B

  1. {
  2. "slug": "MrLumps",
  3. "name": "MrLumps",
  4. "version": "1.0.0",
  5. "license": "MIT",
  6. "brand": "MrLumps",
  7. "author": "David Peterson",
  8. "authorEmail": "djp23662@gmail.com",
  9. "authorUrl": "https://github.com/djpeterso23662",
  10. "pluginUrl": "https://github.com/djpeterso23662/MrLumps",
  11. "manualUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md",
  12. "sourceUrl": "https://github.com/djpeterso23662/MrLumps",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "SEQE",
  18. "name": "SEQEuclid",
  19. "description": "Euclidean Sequencer",
  20. "tags": [
  21. "Sequencer"
  22. ]
  23. },
  24. {
  25. "slug": "VCS1",
  26. "name": "VCS1",
  27. "description": "1x8 Voltage Controlled Switch",
  28. "tags": [
  29. "Switch"
  30. ]
  31. },
  32. {
  33. "slug": "VCS2",
  34. "name": "VCS2",
  35. "description": "2x4 Voltage Controlled Switch",
  36. "tags": [
  37. "Switch"
  38. ]
  39. }
  40. ]
  41. }