-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 776 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"slug": "rchoices",
"name": "rchoices",
"version": "2.0.0",
"license": "GPL-3.0",
"brand": "",
"author": "David Koch",
"authorEmail": "dave-koch@web.de",
"authorUrl": "",
"pluginUrl": "https://github.com/davekch/rchoices",
"manualUrl": "https://github.com/davekch/rchoices/blob/master/README.md",
"sourceUrl": "https://github.com/davekch/rchoices",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "uchoice",
"name": "uchoice",
"description": "randomly select from inputs",
"tags": [
"random"
]
},
{
"slug": "gchoice",
"name": "gchoice",
"description": "randomly select from inputs using a gaussian distribution",
"tags": [
"random"
]
}
]
}