dh-improved-countdowns/module.json

42 lines
No EOL
981 B
JSON

{
"id": "dh-improved-countdowns",
"name": "dh-improved-countdowns",
"title": "Improved Countdowns",
"version": "1.0.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "CPTN Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/module.js"
],
"styles": [
"styles/countdown.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"description": "A modern, draggable countdown tracker for the Daggerheart system."
}