UNPKG

webex

Version:
74 lines (73 loc) 2.4 kB
{ "name": "webex", "version": "2.59.0", "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.59.0", "@webex/test-helper-chai": "2.59.0", "@webex/test-helper-mocha": "2.59.0", "@webex/test-helper-test-users": "2.59.0", "sinon": "^9.2.4", "webex": "2.59.0" }, "dependencies": { "@babel/polyfill": "^7.12.1", "@babel/runtime-corejs2": "^7.14.8", "@webex/common": "2.59.0", "@webex/internal-plugin-calendar": "2.59.0", "@webex/internal-plugin-device": "2.59.0", "@webex/internal-plugin-presence": "2.59.0", "@webex/internal-plugin-support": "2.59.0", "@webex/plugin-attachment-actions": "2.59.0", "@webex/plugin-authorization": "2.59.0", "@webex/plugin-device-manager": "2.59.0", "@webex/plugin-logger": "2.59.0", "@webex/plugin-meetings": "2.59.0", "@webex/plugin-memberships": "2.59.0", "@webex/plugin-messages": "2.59.0", "@webex/plugin-people": "2.59.0", "@webex/plugin-rooms": "2.59.0", "@webex/plugin-team-memberships": "2.59.0", "@webex/plugin-teams": "2.59.0", "@webex/plugin-webhooks": "2.59.0", "@webex/storage-adapter-local-storage": "2.59.0", "@webex/webex-core": "2.59.0", "lodash": "^4.17.21" } }