-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
30 lines (30 loc) · 923 Bytes
/
module.json
File metadata and controls
30 lines (30 loc) · 923 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
{
"name": "menu-lib",
"title": "Menu Lib",
"description": "提供一些简单易用的自定义界面功能。",
"version": "0.1.1",
"author": "EternalRider",
"dependencies": [
{
"type": "module",
"name": "sequencer",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json"
},
{
"type": "module",
"name": "socketlib",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json"
}
],
"socket": true,
"esmodules": [
"./scripts/init.js"
],
"scripts": [],
"packs": [],
"url": "https://github.com/fvtt-cn/menu-lib",
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"manifest": "https://github.com/fvtt-cn/menu-lib/releases/download/0.1.1/module.json",
"download": "https://github.com/fvtt-cn/menu-lib/releases/download/0.1.1/menu-lib.zip"
}