forked from David-Zvekic/pushTokenBack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
38 lines (38 loc) · 1.1 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
{
"name": "TokenOrder",
"title": "Token Order",
"description": "See the Token you really need: reveal tokens that are behind each other.",
"author": "FrogMaster",
"authors": [ { "name": "FrogMaster", "discord": "Frog#5373", "url": "https://github.com/FroggMaster" } ],
"url": "https://github.com/FroggMaster/TokenOrder",
"flags": {},
"version": "1.2.1",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "11.0.0",
"scripts": ["TokenOrder.js"],
"esmodules": [],
"styles": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs":[
{
"name": "tokenorder",
"label": "Token Order",
"path": "/packs/TokenOrder.db",
"entity": "Macro",
"type": "Macro",
"private": false
}],
"system": [],
"dependencies": [],
"socket": true,
"manifest": "https://github.com/FroggMaster/fvtt-initiative-quick-change/releases/latest/download/module.json",
"download": "https://github.com/FroggMaster/fvtt-initiative-quick-change/releases/latest/download/module.zip",
"protected": false,
"coreTranslation": false
}