-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
39 lines (39 loc) · 1.09 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
{
"id": "party-inventory",
"title": "Party Inventory",
"description": "Shows items carried by characters flagged as Party Loot in one list.",
"authors": [
{
"name": "Tero Parvinen (tero.p)"
}
],
"version": "11.0",
"compatibility": {
"minimum": 11,
"verified": 11
},
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system"
}]
},
"esmodules": [
"./module/party-inventory.js"
],
"styles": [
"styles/party-inventory.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
}
],
"socket": true,
"url": "https://github.com/teroparvinen/foundry-party-inventory",
"bugs": "https://github.com/teroparvinen/foundry-party-inventory/issues",
"manifest": "https://github.com/teroparvinen/foundry-party-inventory/releases/latest/download/module.json",
"download": "https://github.com/teroparvinen/foundry-party-inventory/releases/latest/download/module.zip"
}