-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
45 lines (45 loc) · 1.07 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
{
"name": "lootpopulatornpc5e",
"title": "Loot populater NPC | 5e",
"description": "A module to automatically populate loot on monsters and npcs when placed on the map.",
"version": "0.3.1",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.9",
"authors":[
{
"name": "Daniel Böttner | JackPrince#0494",
"url": "https://github.com/DanielBoettner/"
}
],
"systems": ["dnd5e"],
"dependencies": [
{
"name": "dnd5e",
"type": "system"
},
{
"name": "lootsheetnpc5e"
}
],
"includes": [
"./hooks/**",
"./scripts/**"
],
"esmodules": [
"/lootpopulatornpc5e.js"
],
"styles": [],
"socket": false,
"packs": [
{
"name": "loot-populator-macros",
"label": "Loot Populator Macros",
"system": "dnd5e",
"path": "./packs/macros.db",
"entity": "Macro"
}
],
"url": "https://github.com/DanielBoettner/fvtt-loot-populator-npc-5e",
"manifest": "https://raw.githubusercontent.com/DanielBoettner/fvtt-loot-populator-npc-5e/master/module.json",
"download": "https://github.com/DanielBoettner/fvtt-loot-populator-npc-5e/archive/master.zip"
}