forked from MaterialFoundry/materialdeck-systemtemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 1.17 KB
/
module.json
File metadata and controls
37 lines (37 loc) · 1.17 KB
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
{
"id": "materialdeck-template",
"title": "Material Deck - System Template",
"description": "This module adds support for '[system]' to Material Deck.",
"version": "1.0.1",
"authors": [
{
"name": "",
"email": "",
"discord": "",
"patreon": "",
"reddit": ""
}
],
"esmodules": [
"./materialdeck-template.js"
],
"relationships": {
"requires": [{
"id": "MaterialDeck",
"type": "module",
"manifest": "https://github.com/MaterialFoundry/MaterialDeck/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.7.1",
"verified": "1.7.1"
}
}]
},
"compatibility": {
"minimum": "10",
"verified": "11"
},
"manifestPlusVersion": "1.1.0",
"url": "https://github.com/MaterialFoundry/MaterialDeck_Template",
"manifest": "https://github.com/MaterialFoundry/MaterialDeck_Template/releases/latest/download/module.json",
"download": "https://github.com/MaterialFoundry/MaterialDeck_Template/releases/download/v1.0.1/module.zip"
}