{
  "title": "Clock-Works",
  "description": "A tool for creating and tracking clocks on the fly",
  "url": "https://github.com/BluSunrize/fvtt-clockworks",
  "manifest": "https://github.com/BluSunrize/fvtt-clockworks/releases/latest/download/module.json",
  "download": "https://github.com/BluSunrize/fvtt-clockworks/releases/latest/download/module.zip",
  "version": "1.5.1",
  "esmodules": [
    "modules/hooks.js"
  ],
  "styles": [
    {
      "src": "styles/style.css"
    }
  ],
  "id": "clock-works",
  "authors": [
    {
      "name": "BluSunrize",
      "flags": {}
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    }
  ],
  "socket": true,
  "relationships": {
    "requires": [
      {
        "id": "socketlib",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "color-picker",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "compatibility": {
    "minimum": "13",
    "verified": "13.351"
  },
  "flags": {}
}