-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.json
39 lines (39 loc) · 1.06 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
{
"name": "tension-pool",
"title": "Tension Pool",
"description": "Tension Pool is a Foundry Implementation and Evolution of the Angry GM's idea of Time Pools/Tension Pools",
"version": "0065",
"authors": [
{
"name": "SDoehren"
}
],
"esmodules": [
"src/tension-pool.js"
],
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"minimumCoreVersion": "12",
"url": "https://github.com/SDoehren/tension-pool",
"manifest": "https://github.com/SDoehren/tension-pool/releases/latest/download/module.json",
"download": "https://github.com/SDoehren/tension-pool/releases/latest/download/module.zip",
"license": "CC-BY-NC-SA-4.0",
"readme": "https://raw.githubusercontent.com/SDoehren/tension-pool/main/README.md",
"socket": true,
"bugs": "https://github.com/SDoehren/tension-pool/issues",
"flags": {
"allowBugReporter": true
},
"relationships": {},
"packs": [
{
"name": "tension-pool",
"label": "Tension Pool",
"path": "./packs/tension-pool.db",
"type": "Macro"
}
]
}