module.json init
This commit is contained in:
parent
d572ad9937
commit
4e0f7179ae
34
module.json
Normal file
34
module.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"id": "swade-mb-helpers",
|
||||
"name": "SWADE Helpers (MB)",
|
||||
"title": "SWADE Helpers collected as a module",
|
||||
"description": "Mike's collection of swade helpers",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike"
|
||||
}
|
||||
],
|
||||
"minimumCoreVersion": "10",
|
||||
"compatibleCoreVersion": "10",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "10"
|
||||
},
|
||||
"packs": [
|
||||
{
|
||||
"name": "module-docs",
|
||||
"label": "Module Documentation",
|
||||
"path": "./packs/module-docs.db",
|
||||
"type": "JournalEntry"
|
||||
},
|
||||
{
|
||||
"name": "swpf-macros",
|
||||
"label": "Savage Pathfinder Macros",
|
||||
"path": "./packs/swpf-macros",
|
||||
"type": "Macro"
|
||||
}
|
||||
],
|
||||
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json",
|
||||
"download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user