generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
49 lines (49 loc) · 1.33 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": "item_piles_auctioneer",
"title": "Item Piles: Auctioneer",
"description": "This module extends the Item Piles module to add support for an auctioneer NPC where players can buy and sell items among each other.",
"version": "100.0.0",
"library": "false",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "Wasp",
"url": "https://github.com/Haxxer",
"discord": "Wasp#2005"
}
],
"packs": [],
"esmodules": [
"module.js"
],
"styles": [
"style.css"
],
"languages": [],
"relationships": {
"requires": [
{
"id": "item-piles",
"type": "module",
"compatibility": {
"minimum": "3.0.10",
"verified": "3.0.10"
}
},
{
"id": "socketlib",
"type": "module"
}
]
},
"socket": true,
"url": "https://github.com/fantasycalendar/FoundryVTT-Auctioneer",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Auctioneer/releases/latest/download/manifest.json",
"download": "https://github.com/fantasycalendar/FoundryVTT-Auctioneer/releases/latest/download/module.zip",
"readme": "https://github.com/fantasycalendar/FoundryVTT-Auctioneer/blob/master/README.md",
"bugs": "https://github.com/fantasycalendar/FoundryVTT-Auctioneer/issues"
}