-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@zoom/videosdk-ui-toolkit",
"version": "2.1.0-1",
"description": "The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zoom Video Communications, Inc.",
"contributors": [
{
"name": "Tommy Gaessler"
},
{
"name": "Ticorrian Heard"
},
{
"name": "Enda Zhang"
},
{
"name": "Vic Yang"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/zoom/videosdk-ui-toolkit-web.git"
},
"keywords": [
"zoom",
"video",
"sdk",
"web",
"UI toolkit"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/zoom/videosdk-ui-toolkit-web/issues"
},
"homepage": "https://github.com/zoom/videosdk-ui-toolkit-web#readme",
"files": [
"/dist",
"index.js",
"index.d.ts",
"README.md",
"LICENSE.md"
]
}