token-action-hud-gurps/module.json
2024-05-03 20:43:34 +10:00

70 lines
1.4 KiB
JSON

{
"id": "token-action-hud-gurps",
"title": "Token Action HUD GURPS",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [
{
"name": "neillc",
"url": "https://git.evatt.ingenious.com.au/neillc"
}
],
"url": "This is auto replaced",
"flags": {},
"version": "0.0.1",
"compatibility": {
"minimum": "11",
"verified": "11.313"
},
"esmodules": [
"./scripts/init.js"
],
"scripts": [
],
"styles": [
"./styles/tah-template-style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"packs": [],
"relationships": {
"systems": [
{
"id": "gurps",
"type": "system",
"compatibility": [
{
"minimum": "0.16.10",
"verified": "01.16.10"
}
]
}
],
"requires": [
{
"id": "token-action-hud-core",
"type": "module",
"compatibility": [
{
"minimum": "1.5.0",
"maximum": "1.5",
"verified": "1.5.0"
}
]
}
],
"optional": [],
"flags": {
"optional": []
}
},
"socket": false,
"readme": "https://github.com/Larkinabout/fvtt-token-action-hud-template#readme",
"protected": false,
"coreTranslation": false,
"library": false
}