-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
46 lines (46 loc) · 1.42 KB
/
module.json
File metadata and controls
46 lines (46 loc) · 1.42 KB
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
{
"name": "wfrp4-wfrp4e-npc-generator",
"title": "[WFRP4] NPC generator",
"description": "Functions to generate NPC",
"version": "2.0.2",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.9",
"author": "Skeroujvapluvit",
"systems": ["wfrp4e"],
"dependencies": [
{
"name": "wfrp4e-core",
"type": "module"
}
],
"esmodules": ["main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"styles": [
"./styles/main.css",
"./styles/generation-profiles.css",
"./styles/common-chooser.css",
"./styles/species-skills-chooser.css",
"./styles/species-others-chooser.css"
],
"url": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-npc-generator",
"download": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-npc-generator/blob/dist-v4/dist/wfrp4e-npc-generator.zip?raw=true",
"manifest": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-npc-generator/dist-v4/module.json",
"readme": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-npc-generator/dist-v4/README.md",
"changelog": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-npc-generator/dist-v4/CHANGELOG.md"
}