forked from kandashi/Custom-Token-Animations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
46 lines (46 loc) · 1.45 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
{
"name": "Custom-Token-Animations",
"title": "Custom Token Animations",
"description": "Custom Token Animations Variant by ludo",
"author": "Kandashi",
"version": "0.2.8",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "9.2",
"dependencies": [
{
"name": "socketlib",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
}
],
"scripts": [
"greensock/dist/gsap.min.js"
],
"esmodules": [
"src/CTA.js"
],
"type": "module",
"socket": true,
"url": "https://github.com/LudoBermejoES/Custom-Token-Animations",
"manifest": "https://github.com/LudoBermejoES/Custom-Token-Animations/releases/latest/download/module.json",
"download": "https://github.com/LudoBermejoES/Custom-Token-Animations/releases/download/0.2.8/module.zip",
"changelog": "https://raw.githubusercontent.com/LudoBermejoES/Custom-Token-Animations/master/changelog.md",
"bugs": "https://github.com/LudoBermejoES/Custom-Token-Animations/issues",
"allowBugReporter": true
}