forked from brunocalado/old-crt-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
36 lines (36 loc) · 832 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
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "old-crt-effects",
"title": "Old CRT Effects",
"description": "Old CRT Effects",
"author": "Mestre Digital",
"url": "https://github.com/brunocalado/old-crt-effects",
"readme": "",
"changelog": "",
"flags": {},
"version": "1.3",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"scripts": [
"./oce.js"
],
"esmodules": [],
"styles": [
"oce.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/brunocalado/old-crt-effects/main/module.json",
"download": "https://codeload.github.com/brunocalado/old-crt-effects/zip/main",
"protected": false,
"coreTranslation": false,
"library": false
}