-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmodule.json
108 lines (108 loc) · 2.53 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"id": "trigger-happy",
"title": "Trigger Happy",
"description": "Automate everything in your world by creating triggers for your players to spring traps or anything you can think of!",
"version": "0.10.4",
"authors": [
{
"name": "KaKaRoTo"
},
{
"name": "tposney"
},
{
"name": "p4535992",
"url": "https://github.com/p4535992",
"discord": "",
"twitter": "",
"patreon": "",
"github": "p4535992",
"ko-fi": "",
"reddit": "",
"email": ""
}
],
"type": "module",
"socket": true,
"includes": [
"./assets/**",
"./lang/**",
"./languages/**",
"./scripts/**",
"./styles/**",
"./templates/**",
"./module.json",
"./README.md",
"./icons/**",
"./packs/**"
],
"media": [
{
"type": "icon",
"location": ""
},
{
"type": "cover",
"location": ""
},
{
"type": "screenshot",
"location": ""
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"packs": [
{
"name": "trigger-happy-actors",
"label": "Trigger Actors",
"path": "packs/trigger-happy-actors.db",
"entity": "Actor",
"package": "trigger-happy",
"system": "dnd5e"
},
{
"name": "trigger-happy-journals",
"label": "Trigger Happy Examples",
"path": "packs/trigger-happy-journal.db",
"entity": "JournalEntry",
"package": "trigger-happy"
}
],
"scripts": [],
"esmodules": ["trigger.js", "module/HTMLEnricherTriggers.js"],
"styles": [],
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"manifestPlusVersion": "1.2.1",
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy",
"manifest": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/releases/latest/download/module.json",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/releases/latest/download/module.zip",
"readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.10.4/README.md",
"changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.10.4/changelog.md",
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/issues",
"allowBugReporter": true,
"relationships": {
"systems": [],
"requires": [],
"conflicts": []
}
}