forked from webex/webex-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "webex",
"version": "1.80.235",
"description": "SDK for Cisco Webex",
"license": "MIT",
"contributors": [
"Adam Weeks <[email protected]> (https://adamweeks.com/)",
"Andrew Holsted <[email protected]>",
"Arun Ganeshan <[email protected]>",
"Christopher DuBois <[email protected]> (https://chrisadubois.github.io/)",
"Ian W. Remmel (https://www.ianwremmel.com)",
"Matt Norris <[email protected]> (http://mattnorris.me)",
"Moriah Maney <[email protected]>",
"Taymoor Khan <[email protected]>"
],
"main": "dist/index.js",
"devMain": "src/index.js",
"repository": "https://github.com/webex/webex-js-sdk/tree/master/packages/node_modules/webex",
"engines": {
"node": ">=8"
},
"browser": {
"./dist/config-storage.js": "./dist/config-storage.shim.js",
"./src/config-storage.js": "./src/config-storage.shim.js"
},
"browserify": {
"transform": [
"babelify",
"envify"
]
}
}