27 lines
844 B
JSON
27 lines
844 B
JSON
|
{
|
||
|
"name": "risk-dice",
|
||
|
"title": "Risk Dice",
|
||
|
"description": "An implementation of Risk Dice as found for example in the Splittermond game system",
|
||
|
"author": "Johannes Loher",
|
||
|
"version": "0.0.1",
|
||
|
"minimumCoreVersion": "0.7.9",
|
||
|
"compatibleCoreVersion": "0.7.9",
|
||
|
"esmodules": ["module/risk-dice.js"],
|
||
|
"languages": [
|
||
|
{
|
||
|
"lang": "en",
|
||
|
"name": "English",
|
||
|
"path": "lang/en.json"
|
||
|
},
|
||
|
{
|
||
|
"lang": "de",
|
||
|
"name": "German",
|
||
|
"path": "lang/de.json"
|
||
|
}
|
||
|
],
|
||
|
"url": "https://git.f3l.de/ghost/risk-dice",
|
||
|
"manifest": "https://git.f3l.de/ghost/risk-dice/-/raw/latest/src/system.json?inline=false",
|
||
|
"download": "https://git.f3l.de/ghost/risk-dice/-/jobs/artifacts/0.0.1/download?job=build",
|
||
|
"license": "MIT"
|
||
|
}
|