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.

47 lines
1.1KB

  1. {
  2. "slug": "NonlinearCircuits",
  3. "name": "Nonlinear Circuits",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0-only",
  6. "author": "Michael Hetrick",
  7. "authorEmail": "",
  8. "authorUrl": "https://mhetrick.com",
  9. "pluginUrl": "http://nonlinearcircuits.blogspot.com/",
  10. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  11. "sourceUrl": "https://github.com/mhetrick/nonlinearcircuits",
  12. "modules": [
  13. {
  14. "slug": "BOOLs",
  15. "name": "BOOLs",
  16. "description": "Four binary logic jumblers. Panel by Papernoise.",
  17. "tags": [
  18. "Logic",
  19. "Hardware Clone",
  20. "Quad"
  21. ]
  22. },
  23. {
  24. "slug": "DoubleNeuron",
  25. "name": "Double Neuron",
  26. "description": "Two Neurons and Two Difference Rectifiers. Panel by Papernoise.",
  27. "tags": [
  28. "Mixer",
  29. "Noise",
  30. "Utility",
  31. "Random",
  32. "Hardware Clone",
  33. "Dual"
  34. ]
  35. },
  36. {
  37. "slug": "SquidAxon",
  38. "name": "Squid Axon",
  39. "description": "Mixer, Shift Register, and Feedback. ",
  40. "tags": [
  41. "Mixer",
  42. "Random",
  43. "Hardware Clone"
  44. ]
  45. }
  46. ]
  47. }