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.

29 lines
643B

  1. {
  2. "slug": "MML",
  3. "name": "MML",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "MML",
  7. "author": "Chloe McCarthy & Robert Schneider",
  8. "authorEmail": "cmccarth@mtu.edu,robertsc@mtu.edu",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "LogQnt",
  18. "name": "LOG QNT",
  19. "description": "Quantize voltage on a base 2 logarithmic scale.",
  20. "tags": []
  21. },
  22. {
  23. "slug": "SqtQnt",
  24. "name": "SQT QNT",
  25. "description": "Quantize voltage on a square root scale.",
  26. "tags": []
  27. }
  28. ]
  29. }