token-action-hud-gurps/module.json
2024-05-07 19:37:56 +10:00

72 lines
1.7 KiB
JSON

{
"id": "token-action-hud-gurps",
"title": "Token Action HUD for 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": "https://git.evatt.ingenious.com.au/neillc/token-action-hud-gurps",
"flags": {},
"version": "0.0.99",
"compatibility": {
"minimum": "11",
"verified": "11.351"
},
"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://git.evatt.ingenious.com.au/neillc/token-action-hud-gurps/releases/download/0.0.99/readme.md",
"manifest": "https://git.evatt.ingenious.com.au/neillc/token-action-hud-gurps/releases/download/0.0.99/module.json",
"download": "https://git.evatt.ingenious.com.au/neillc/token-action-hud-gurps/releases/download/0.0.99/fvtt-token-action-hud-gurps.zip",
"protected": false,
"coreTranslation": false,
"library": false
}