-
Notifications
You must be signed in to change notification settings - Fork 13
/
module.json
41 lines (41 loc) · 1.09 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
{
"name": "npcgen",
"title": "Not Enough NPCs: A 5e NPC Generator",
"description": "Allows you to generate basic npc characters in foundry.",
"author": "ardittristan#0001, ui: marcstraube",
"authors": [],
"url": "https://github.com/ardittristan/VTTNPCGen",
"flags": {},
"version": "1.1.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.9",
"scripts": [],
"esmodules": ["npc-gen.js"],
"styles": ["css/npcgen.css", "css/jsoneditor.css", "css/imagesettings.css", "css/exportsettings.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"packs": [],
"system": ["dnd5e"],
"dependencies": [
{
"name": "acelib",
"type": "module"
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTNPCGen/master/module.json",
"download": "https://github.com/ardittristan/VTTNPCGen/releases/latest/download/nenpc.zip",
"protected": false,
"coreTranslation": false,
"library": false
}