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
Johannes Loher f282e5bf3a Merge branch 'experimental-rollup' into 'master'
Switch to using rollup instead of custom transformer

See merge request ghost/risk-dice-modifier!1
2021-02-16 03:57:31 +01:00

14 lines
649 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.1",
"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.1/download?job=build",
"license": "MIT"
}