-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
86 lines (84 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "_CodeMirror",
"id": "_CodeMirror",
"title": "CodeMirror",
"description": "LIBRARY: CodeMirror - This module is just a dependency for other modules to include the CodeMirror library. Also offers the ability to replace the default macro editor if desired.",
"version": "5.58.3-fvtt5",
"library": true,
"authors": [
{
"name": "zeel",
"email": "[email protected]",
"url": "https://github.com/zeel01",
"discord": "zeel#4200"
},
{
"name": "The League of Extraodinary FVTT Developers",
"url": "https://github.com/League-of-Foundry-Developers"
},
{
"name": "Marijn Haverbeke",
"url": "[email protected]"
}
],
"minimumCoreVersion": "6",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": 6,
"verified": 11
},
"scripts": [
"lib/codemirror.js",
"cm-game-settings.js",
"addon/mode/simple.js",
"addon/mode/multiplex.js",
"addon/edit/matchbrackets.js",
"addon/mode/overlay.js",
"addon/hint/show-hint.js",
"addon/hint/css-hint.js",
"addon/hint/javascript-hint.js",
"addon/hint/html-hint.js",
"addon/selection/selection-pointer.js",
"addon/selection/mark-selection.js",
"addon/selection/active-line.js",
"mode/javascript/javascript.js",
"mode/css/css.js",
"mode/xml/xml.js",
"mode/htmlmixed/htmlmixed.js",
"mode/handlebars/handlebars.js",
"mode/markdown/markdown.js",
"mode/toml/toml.js",
"mode/vue/vue.js"
],
"styles": [
"lib/codemirror.css",
"addon/hint/show-hint.css",
"codemirror-vtt.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"manifest": "https://github.com/League-of-Foundry-Developers/codemirror-lib/releases/latest/download/module.json",
"url": "https://github.com/League-of-Foundry-Developers/codemirror-lib",
"download": "https://github.com/League-of-Foundry-Developers/codemirror-lib/releases/download/5.58.3-fvtt5/_CodeMirror.zip",
"media": [
{
"type": "icon",
"url": "https://codemirror.net/doc/logo.png"
}
]
}