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.

50 lines
1.3KB

  1. {
  2. "slug": "JulioChaos",
  3. "name": "Julio's Chaotic Oscillators",
  4. "version": "2.1.0",
  5. "license": "BSD-3-Clause",
  6. "brand": "Julio Argudo",
  7. "author": "Julio Argudo",
  8. "authorEmail": "argudomielgo@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/JulioArgudo/JulioChaos-modules",
  11. "manualUrl": "https://github.com/JulioArgudo/JulioChaos-modules/blob/main/README.md",
  12. "sourceUrl": "https://github.com/JulioArgudo/JulioChaos-modules",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "JulioRossler",
  18. "name": "Rossler's Oscillator",
  19. "description": "Chaotic oscillator based on Rossler's attractor",
  20. "tags": [
  21. "Function generator",
  22. "Low-frequency oscillator",
  23. "Noise",
  24. "Oscillator"
  25. ]
  26. },
  27. {
  28. "slug": "JulioChua",
  29. "name": "Chua's Oscillator",
  30. "description": "Chaotic oscillator based on Chua's circuit",
  31. "tags": [
  32. "Function generator",
  33. "Low-frequency oscillator",
  34. "Noise",
  35. "Oscillator"
  36. ]
  37. },
  38. {
  39. "slug": "JulioLorentz84",
  40. "name": "Lorentz84 Oscillator",
  41. "description": "Chaotic oscillator based on the Lorentz84 system",
  42. "tags": [
  43. "Function generator",
  44. "Low-frequency oscillator",
  45. "Noise",
  46. "Oscillator"
  47. ]
  48. }
  49. ]
  50. }