forked from red5pro/red5pro-webrtc-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 748 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 748 Bytes
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
{
"name": "red5pro-webrtc-sdk",
"version": "15.0.0",
"description": "Red5 Pro HTML SDK",
"main": "red5pro-sdk.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/red5pro/red5pro-webrtc-sdk.git"
},
"author": "Red5Pro",
"license": "LICENSE",
"keywords": [
"red5",
"Red5 Pro",
"red5pro",
"webrtc",
"webrtc-streaming",
"video",
"audio",
"streaming",
"live-streaming",
"video-streaming",
"audio-streaming"
],
"contributors": [
{
"name": "Todd Anderson",
"email": "todd@red5.net"
}
],
"bugs": {
"url": "https://github.com/red5pro/red5pro-webrtc-sdk/issues"
},
"homepage": "https://github.com/red5pro/red5pro-webrtc-sdk#readme"
}