-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
34 lines (34 loc) · 1.01 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
{
"id": "bananas",
"title": "Yes, we have bananas!",
"description": "",
"version": "0.0.5g",
"library": "false",
"manifestPlusVersion": "0.1.1",
"compatibility": {
"minimum": "10",
"verified": "10.291",
"maximum": "11"
},
"authors": [
{
"name": "Boifubá",
"url": "https://github.com/League-of-Foundry-Developers",
"discord": "Boifubá#6083"
}
],
"esmodules": ["scripts/module.js"],
"scripts": ["scripts/lib/lib.js", "scripts/banana.js", "scripts/dodge.js", "scripts/has.js", "scripts/skill.js"],
"styles": ["styles/module.css"],
"url": "https://github.com/Boifuba/bananas",
"manifest": "https://github.com/Boifuba/bananas/releases/latest/download/module.json",
"download": "https://github.com/Boifuba/bananas/releases/download/0.0.1/module.zip",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}