{
  "id": "gunslingers",
  "title": "Gunslingers for DnD",
  "manifest": "https://r2.foundryvtt.com/packages-public/gunslingers/module.json",
  "version": "1.2.1",
  "protected": true,
  "compatibility": {
    "minimum": "12",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {}
      }
    ],
    "recommends": [
      {
        "id": "mana-system",
        "type": "module",
        "compatibility": {}
      },
      {
        "id": "midi-qol",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "authors": [
    {
      "name": "Designed By Nox",
      "discord": "pocketmage",
      "url": "https://www.patreon.com/c/DesignedByNox",
      "flags": {}
    }
  ],
  "esmodules": [
    "gunslingers.js"
  ],
  "styles": [
    "./styles.css"
  ],
  "packFolders": [
    {
      "name": "Gunslingers for DnD",
      "sorting": "m",
      "color": "#F20E00",
      "packs": [
        "gunslingers-characters",
        "gunslingers-items"
      ]
    }
  ],
  "packs": [
    {
      "name": "gunslingers-characters",
      "label": "Gunslingers Characters",
      "path": "packs/gunslingers-characters",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "gunslingers-items",
      "label": "Gunslingers Items",
      "path": "packs/gunslingers-items",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    }
  ],
  "url": "https://www.patreon.com/c/DesignedByNox",
  "description": "",
  "flags": {}
}