{
  "id": "chefs-hazards",
  "title": "Chef's Hazards",
  "description": "Turns Foundry Regions into configurable environmental hazards that affect tokens crossing them.",
  "version": "1.0.0",
  "manifest": "https://r2.foundryvtt.com/packages-public/chefs-hazards/module.json",
  "protected": true,
  "socket": true,
  "authors": [
    {
      "name": "Chef Tonberry",
      "url": "patreon.com/cw/chefscauldron",
      "discord": "cheftonberry",
      "email": "cheftonberry@gmail.com"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "5.0.0"
        }
      }
    ]
  },
  "documentTypes": {
    "RegionBehavior": {
      "chefsHazard": {}
    }
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/hazardous-floors.css"
  ]
}