-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
48 lines (48 loc) · 1.08 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
{
"id": "pf1-fr-babele",
"title": "Pathfinder 1 - Traduction FR (Babele)",
"description": "Traduction française de Pathfinder 1 via Babele.",
"authors": [
{
"name": "DjLeChuck",
"email": "[email protected]",
"url": "https://github.com/djlechuck/",
"flags": {}
}
],
"version": "#{VERSION}#",
"compatibility": {
"minimum": "11",
"verified": "11.235",
"maximum": "11"
},
"esmodules": [
"scripts/register.js"
],
"relationships": {
"systems": [
{
"id": "pf1",
"type": "system",
"compatibility": {
"minimum": "10.0",
"verified": "10.3"
}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
},
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"bugs": "https://github.com/DjLeChuck/foundryvtt-pf1-fr-babele/issues",
"changelog": "https://github.com/DjLeChuck/foundryvtt-pf1-fr-babele/blob/main/CHANGELOG.md",
"license": "./LICENSE",
"readme": "./README.md"
}