-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 1.17 KB
/
module.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
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
{
"authors": [
{
"name": "napolitanod"
}
],
"changelog": "https://github.com/napolitanod/Target-Recall/releases",
"description": "Recalls the token's last target during combat. Includes target distance finder and target marker for ease of finding targets on combatant's turn.",
"esmodules": [
"scripts/index.js",
"scripts/target-recall.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"id": "target-recall",
"socket": true,
"styles": [
"styles/target-recall.css"
],
"readme": "https://github.com/napolitanod/Target-Recall/blob/main/README.md",
"title": "Target Recall",
"version": "1.5.1",
"url": "https://github.com/napolitanod/Target-Recall",
"manifest": "https://raw.githubusercontent.com/napolitanod/Target-Recall/master/module.json",
"download": "https://github.com/napolitanod/Target-Recall/releases/download/1.5.1/module.zip"
}