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.

33 lines
775B

  1. {
  2. "slug": "rchoices",
  3. "name": "rchoices",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0",
  6. "brand": "",
  7. "author": "David Koch",
  8. "authorEmail": "dave-koch@web.de",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/davekch/rchoices",
  11. "manualUrl": "https://github.com/davekch/rchoices/blob/master/README.md",
  12. "sourceUrl": "https://github.com/davekch/rchoices",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "uchoice",
  18. "name": "uchoice",
  19. "description": "randomly select from inputs",
  20. "tags": [
  21. "random"
  22. ]
  23. },
  24. {
  25. "slug": "gchoice",
  26. "name": "gchoice",
  27. "description": "randomly select from inputs using a gaussian distribution",
  28. "tags": [
  29. "random"
  30. ]
  31. }
  32. ]
  33. }