forked from muhahahahe/foundry-sheexcel-module
-
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) · 717 Bytes
/
module.json
File metadata and controls
30 lines (30 loc) · 717 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
{
"id": "sheexcelrefresh",
"title": "Sheexcel Module Refresh",
"description": "A simple module that brings excel to your sheets.",
"authors": [
{
"name": "muhahahahe",
"discord": "muhahahahe"
},
{
"name": "Daedalus11069"
}
],
"version": "0.5.4",
"compatibility": {
"minimum": "11",
"verified": "11",
"maximum": "11"
},
"scripts": ["dev-env.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/Daedalus11069/foundry-sheexcelrefresh-module",
"manifest": "https://raw.githubusercontent.com/Daedalus11069/foundry-sheexcelrefresh-module/main/manifest/module.json"
}