-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
43 lines (43 loc) · 1.4 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
{
"manifestPlusVersion": "1.1.0",
"name": "Whetstone-Spearmint",
"title": "Spearmint (A Whetstone Theme)",
"description": "Spearmint is a module stub for authors looking to create a Whetstone theme.",
"version": "1.0.1",
"author": "MajorVictory",
"authors": [{
"name": "MajorVictory",
"url": "https://github.com/MajorVictory",
"discord": "MajorVictory87#3666"
}],
"esmodules": [
"Spearmint.js"
],
"styles": [],
"languages": [],
"dependencies": [{
"name": "Whetstone",
"type": "module",
"manifest": "https://raw.githubusercontent.com/MajorVictory/Whetstone/master/module.json"
}],
"scripts": [],
"packs": [],
"url": "https://github.com/MajorVictory/Whetstone-Spearmint",
"manifest": "https://raw.githubusercontent.com/MajorVictory/Whetstone-Spearmint/master/module.json",
"download": "https://github.com/MajorVictory/Whetstone-Spearmint/releases/download/1.0.1/Whetstone-Spearmint.zip",
"compatibleCoreVersion": "0.7.9",
"minimumCoreVersion": "0.7.9",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/MajorVictory/Whetstone-Spearmint/main/images/preview.jpg"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/MajorVictory/Whetstone-Spearmint/main/images/cover.jpg"
},
{
"type": "icon",
"url": "https://raw.githubusercontent.com/MajorVictory/Whetstone-Spearmint/main/images/thumb.png"
}]
}