-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
79 lines (79 loc) · 1.6 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
{
"id": "flox-babyfur",
"title": "Floximos Baby Module",
"description": "",
"version": "1.0",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "Floximo",
"url": "",
"discord": "proximitron"
},
{
"name": "The League of Extraordinary FVTT Developers",
"url": "https://github.com/League-of-Foundry-Developers",
"discord": "discordID#0001"
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": [
"scripts/module.js"
],
"scripts": [
"scripts/lib/lib.js"
],
"styles": [
"styles/module.css"
],
"packs": [
{
"name": "juvencas-items",
"label": "Juvencas Items",
"system": "sfrpg",
"path": "./packs/juvencas-items",
"type": "Item",
"ownership": {
"PLAYER": "LIMITED",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "item-2-items",
"label": "Items (Shared)",
"system": "sfrpg",
"path": "packs/item-2-items.db",
"entity": "Item",
"type": "Item",
"package": "forge-vtt-shared-compendiums-babyfur-by-floximo"
},
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}