This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
risk-dice-modifier/src/module.json
2021-02-07 19:09:57 +00:00

16 lines
663 B
JSON

{
"name": "risk-dice-modifier",
"title": "Risk Dice Modifier",
"description": "An implementation of risk rolls as found for example in the Splittermond game system",
"author": "Johannes Loher",
"version": "0.1.0",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"esmodules": [
"module/risk-dice-modifier.js"
],
"url": "https://git.f3l.de/ghost/risk-dice-modifier",
"manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false",
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.1.0/download?job=build",
"license": "MIT"
}