-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
49 lines (49 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
{
"id": "dfreds-pocket-change",
"title": "DFreds Pocket Change",
"description": "Automatically adds money to NPC character sheets when dropped on the canvas based on the DMG's individual treasures table. This is best used with Loot Sheet NPC 5e.",
"author": "DFreds",
"authors": [
{
"name": "DFreds",
"url": "https://github.com/DFreds",
"discord": "DFreds#1238"
}
],
"url": "https://github.com/DFreds/dfreds-pocket-change",
"license": "https://github.com/DFreds/dfreds-pocket-change/blob/main/LICENSE",
"readme": "https://github.com/DFreds/dfreds-pocket-change/blob/main/README.md",
"bugs": "https://github.com/DFreds/dfreds-pocket-change/issues",
"changelog": "https://github.com/DFreds/dfreds-pocket-change/releases",
"flags": {},
"version": "3.0.0",
"compatibility": {
"minimum": 11,
"verified": "11.315",
"maximum": 11
},
"scripts": [],
"esmodules": ["./scripts/main.js"],
"styles": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"relationships": {
"systems": [],
"requires": []
},
"socket": false,
"manifest": "https://github.com/DFreds/dfreds-pocket-change/releases/latest/download/module.json",
"download": "https://github.com/DFreds/dfreds-pocket-change/releases/download/v2.0.2/dfreds-pocket-change.zip",
"protected": false,
"coreTranslation": false
}