{
  "id": "terrain-height-tools",
  "title": "Terrain Height Tools",
  "description": "Tools for painting grid cells with terrain heights and calculating line of sight with respect to these heights.",
  "version": "0.7.5",
  "compatibility": {
    "minimum": "13",
    "verified": "13",
    "maximum": "13"
  },
  "authors": [
    {
      "name": "Will Bennion",
      "discord": "@wibble199"
    }
  ],
  "scripts": [
    "dist/module.js"
  ],
  "styles": [
    "dist/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "lib-wrapper",
        "type": "module"
      }
    ]
  },
  "socket": true,
  "url": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools",
  "manifest": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools/releases/latest/download/module.json",
  "download": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools/releases/download/v0.7.5/release.zip"
}
