-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
66 lines (66 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
{
"name": "dynamic-shadows",
"id": "dynamic-shadows",
"title": "Dynamic Shadows",
"description": "Shadows that respond to lights.",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "9",
"verified": "10"
},
"authors": [
{
"name": "winterwulf",
"url": "https://github.com/paulo-roger/",
"discord": "winterwulf#3118",
"ko-fi": "winterwulf",
"twitter": "@odragaoverde"
}
],
"relationships": {
"systems": [],
"requires": [
{
"id": "tokenmagic",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/dynamic-shadows.js"
],
"scripts": [
"scripts/lib/lib.js"
],
"styles": [
"styles/dynamic-shadows.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "https://github.com/paulo-roger/dynamic-shadows/blob/master/LICENSE",
"readme": "https://github.com/paulo-roger/dynamic-shadows/blob/master/README.md",
"bugs": "https://github.com/paulo-roger/dynamic-shadows/issues",
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/paulo-roger/dynamic-shadows/master/readme/icon.png"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/paulo-roger/dynamic-shadows/master/readme/cover.png"
}
]
}