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.

38 lines
1008B

  1. {
  2. "slug": "NocturnalEncoder",
  3. "name": "Nocturnal Encoder",
  4. "version": "1.0.0",
  5. "license": "BSD-3-Clause",
  6. "brand": "Nocturnal Encoder",
  7. "author": "David Peterson",
  8. "authorEmail": "djp23662@gmail.com",
  9. "authorUrl": "https://github.com/djpeterso23662",
  10. "pluginUrl": "https://github.com/djpeterso23662/NocturnalEncoder",
  11. "manualUrl": "https://github.com/djpeterso23662/NocturnalEncoder/blob/master/README.md",
  12. "sourceUrl": "https://github.com/djpeterso23662/NocturnalEncoder",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "AMDecoder",
  18. "name": "NE-1 Decoder",
  19. "description": "Dual Amplitude Modulation Decoder",
  20. "tags": [
  21. "Attenuator",
  22. "Slew limiter",
  23. "Envelope follower",
  24. "Dual"
  25. ]
  26. },
  27. {
  28. "slug": "AMEncoder",
  29. "name": "NE-2 Encoder",
  30. "description": "Dual Amplitude Modulation Encoder",
  31. "tags": [
  32. "Oscillator",
  33. "Amplifier",
  34. "Dual"
  35. ]
  36. }
  37. ]
  38. }