-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 905 Bytes
/
module.json
File metadata and controls
39 lines (39 loc) · 905 Bytes
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
{
"id": "wcube",
"name": "wcube",
"title": "Dice So Nice - Weighted Companion Cube Dice Set",
"description": "Adds a set of 3D dice in the style of Aperture Science Weighted Companion Cube to Dice-So-Nice ",
"version": "1.0.6",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "13",
"compatibility": {
"minimum": "0.7.2",
"verified": "13"
},
"author": "EndlesNights",
"authors": [
{
"name": "EndlesNights"
}
],
"dependencies": [
{
"type": "module",
"name": "dice-so-nice"
}
],
"relationships": {
"requires": [
{
"type": "module",
"id": "dice-so-nice"
}
]
},
"scripts": [
"wcube.js"
],
"url": "https://github.com/EndlesNights/ApertureScienceWCDice",
"manifest": "https://raw.githubusercontent.com/EndlesNights/ApertureScienceWCDice/main/module.json",
"download": "https://github.com/EndlesNights/ApertureScienceWCDice/archive/1.0.6.zip"
}