-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
40 lines (40 loc) · 1.11 KB
/
module.json
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
34
35
36
37
38
39
40
{
"authors": [
{
"flags": {},
"name": "Beer Buddy (BeerBuddy#0901 discord)"
},
{
"flags": {},
"name": "SteveC (SteveCulshaw#8596 discord)"
}
],
"changelog": "https://raw.githubusercontent.com/steveculshaw/cycle-token-stack/master/changelog.md",
"compatibility": {
"minimum": "0.6.3",
"verified": "11"
},
"description": "Cycles through a stack of tokens using repeated left-clicks or hotkeys.",
"download": "https://raw.githubusercontent.com/steveculshaw/cycle-token-stack/master/cycle-token-stack.zip",
"id": "cycle-token-stack",
"languages": [
{
"flags": {},
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://raw.githubusercontent.com/steveculshaw/cycle-token-stack/master/module.json",
"readme": "https://raw.githubusercontent.com/steveculshaw/cycle-token-stack/master/README.md",
"scripts": [
"init.js",
"cycle-token-stack.js"
],
"styles": [
"styles.css"
],
"title": "Cycle Token Stack",
"url": "https://github.com/steveculshaw/cycle-token-stack",
"version": "0.6.3"
}