forked from BlitzKraig/fvtt-CommunityLighting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
32 lines (32 loc) · 1.33 KB
/
module.json
File metadata and controls
32 lines (32 loc) · 1.33 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
{
"name": "CommunityLighting",
"title": "CommunityLighting by Blitz",
"description": "Community Lighting Module for ambient light animations! Add your lights via GitHub PR, or just use the lights added by others in your games!",
"version": "0.3.6",
"author": "Blitzkraig",
"scripts": ["./communitylighting.js", "./modules/communitylightingsettings.js", "./modules/animationmanager.js", "./modules/custompropertymanager.js", "./modules/animationhelpers.js", "./modules/audioreact.js", "./modules/animations.js", "./modules/preanimations.js", "./modules/shaders.js", "./modules/monkeypatcher.js", "./dependencies/chroma.min.js", "./dependencies/pixi-filters.js"],
"styles": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.6",
"url": "https://github.com/BlitzKraig/fvtt-CommunityLighting",
"manifest": "https://raw.githubusercontent.com/BlitzKraig/fvtt-CommunityLighting/master/module.json",
"download": "https://github.com/BlitzKraig/fvtt-CommunityLighting/releases/download/latest/communitylighting-release.zip"
}