{
  "id": "lobowerewolf-calendar",
  "title": "Calendar",
  "description": "Modular in-world calendar system for FoundryVTT that supports multiple custom calendars, configurable months and weekdays, seasons, moons, and scheduled events.",
  "version": "1.0.3",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "requires": [
      {
        "id": "lobowerewolf-hub",
        "type": "module",
        "manifest": "https://github.com/RichardFontoura/lobowerewolf-hub/releases/latest/download/module.json",
        "compatibility": {
          "minimum": "5.0.0"
        }
      }
    ]
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "languages/pt-BR.json"
    }
  ],
  "manifest": "https://r2.foundryvtt.com/packages-public/lobowerewolf-calendar/module.json"
}