{
  "name": "webex",
  "version": "2.60.2",
  "description": "SDK for Cisco Webex",
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
  "contributors": [
    "Adam Weeks <adweeks@cisco.com> (https://adamweeks.com/)",
    "Andrew Holsted <holsted@cisco.com>",
    "Arun Ganeshan <arungane@cisco.com>",
    "Christopher DuBois <chdubois@cisco.com> (https://chrisadubois.github.io/)",
    "Ian W. Remmel (https://www.ianwremmel.com)",
    "Matt Norris <matnorri@cisco.com> (http://mattnorris.me)",
    "Moriah Maney <momaney@cisco.com>",
    "Taymoor Khan <taykhan@cisco.com>"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./meetings": "./dist/meetings.js",
    "./package": "./package.json"
  },
  "devMain": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/webex"
  },
  "engines": {
    "node": ">=14"
  },
  "browser": {
    "./dist/config-storage.js": "./dist/config-storage.shim.js",
    "./src/config-storage.js": "./src/config-storage.shim.js"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "devDependencies": {
    "@webex/plugin-authorization": "2.60.2",
    "@webex/test-helper-chai": "2.60.2",
    "@webex/test-helper-mocha": "2.60.2",
    "@webex/test-helper-test-users": "2.60.2",
    "sinon": "^9.2.4",
    "webex": "2.60.2"
  },
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/runtime-corejs2": "^7.14.8",
    "@webex/common": "2.60.2",
    "@webex/internal-plugin-calendar": "2.60.2",
    "@webex/internal-plugin-device": "2.60.2",
    "@webex/internal-plugin-presence": "2.60.2",
    "@webex/internal-plugin-support": "2.60.2",
    "@webex/plugin-attachment-actions": "2.60.2",
    "@webex/plugin-authorization": "2.60.2",
    "@webex/plugin-device-manager": "2.60.2",
    "@webex/plugin-logger": "2.60.2",
    "@webex/plugin-meetings": "2.60.2",
    "@webex/plugin-memberships": "2.60.2",
    "@webex/plugin-messages": "2.60.2",
    "@webex/plugin-people": "2.60.2",
    "@webex/plugin-rooms": "2.60.2",
    "@webex/plugin-team-memberships": "2.60.2",
    "@webex/plugin-teams": "2.60.2",
    "@webex/plugin-webhooks": "2.60.2",
    "@webex/storage-adapter-local-storage": "2.60.2",
    "@webex/webex-core": "2.60.2",
    "lodash": "^4.17.21"
  }
}
