forked from gambit07/foundry-action-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
38 lines (38 loc) · 1.03 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
{
"id": "action-pack",
"title": "Action Pack",
"description": "Adds an expanding tray for using an actor's items, abilities and spells",
"authors": [
{
"name": "Tero Parvinen (tero.p)"
}
],
"version": "11.2.1",
"compatibility": {
"minimum": 11,
"verified": 11
},
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system"
}]
},
"esmodules": [
"module/action-pack.js"
],
"styles": [
"styles/action-pack.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/PabloSepu/foundry-action-pack",
"bugs": "https://github.com/PabloSepu/foundry-action-pack/issues",
"manifest": "https://github.com/PabloSepu/foundry-action-pack/releases/latest/download/module.json",
"download": "https://github.com/PabloSepu/foundry-action-pack/releases/latest/download/module.zip"
}