-
Notifications
You must be signed in to change notification settings - Fork 10
/
module.json
53 lines (53 loc) · 1.36 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
{
"id": "perfect-vision",
"name": "perfect-vision",
"title": "Perfect Vision",
"description": "Lighting Drawings and Vision Limitation.",
"authors": [
{
"name": "dev7355608",
"email": "[email protected]"
}
],
"version": "4.1.20",
"compatibility": {
"minimum": "10.286",
"verified": "10.291",
"maximum": "10"
},
"minimumCoreVersion": "10",
"scripts": [
"libs/glsl-optimizer.js",
"libs/sskelmesh.js",
"libs/tess2.js"
],
"esmodules": [
"patches/index.js",
"scripts/index.js"
],
"styles": [
"styles/form.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"url": "https://github.com/dev7355608/perfect-vision",
"manifest": "https://raw.githubusercontent.com/dev7355608/perfect-vision/main/module.json",
"download": "https://github.com/dev7355608/perfect-vision/archive/v4.1.20.zip",
"changelog": "https://github.com/dev7355608/perfect-vision/releases/tag/v4.1.20",
"bugs": "https://github.com/dev7355608/perfect-vision/issues",
"readme": "https://raw.githubusercontent.com/dev7355608/perfect-vision/main/README.md",
"license": "https://raw.githubusercontent.com/dev7355608/perfect-vision/main/LICENSE"
}