-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
23 lines (23 loc) · 842 Bytes
/
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
{
"name": "shared-token-visibility",
"version": "0.2.2",
"title": "Shared Token Visibility",
"description": "Shares visibility of individual tokens between all players, regardless of dynamic lightning",
"author": "Steven Fuqua",
"license": "MIT",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"url": "https://github.com/sfuqua/fvtt-token-visibility",
"manifest": "https://raw.githubusercontent.com/sfuqua/fvtt-token-visibility/master/module.json",
"download": "https://github.com/sfuqua/fvtt-token-visibility/releases/download/0.2.2/fvtt-token-visibility-module.zip",
"languages": [
{
"lang": "en",
"name": "English",
"path": "strings/en.json"
}
],
"scripts": [],
"esmodules": ["main.js"],
"socket": true
}