{
  "id": "parlor",
  "title": "Parlor \u2014 Casino Simulator",
  "description": "Bring immersive casino games to your tabletop. Features beautifully rendered roulette and blackjack tables, multiplayer support, and a Foundry V14-friendly presentation layer.",
  "version": "1.1.0",
  "manifest": "https://r2.foundryvtt.com/packages-public/parlor/module.json",
  "url": "https://www.patreon.com/Reslinfvtt",
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Reslin"
    }
  ],
  "socket": true,
  "protected": true,
  "relationships": {
    "requires": [
      {
        "id": "socketlib",
        "type": "module",
        "manifest": "https://github.com/manuelVo/foundryvtt-socketlib/raw/master/module.json",
        "compatibility": {
          "minimum": "1.0.12"
        }
      }
    ]
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/parlor.css",
    "styles/blackjack-v14.css",
    "styles/dragontiger-v14.css",
    "styles/baccarat-v14.css",
    "styles/casinowar-v14.css",
    "styles/threecardpoker-v14.css",
    "styles/liarsdice-v14.css",
    "styles/slotmachine-v14.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "cn",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "languages/cn.json"
    }
  ]
}