forked from possan/sinch-js-rtc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.04 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
49
50
51
{
"name": "sinch-rtc",
"version": "1.4.2",
"description": "Sinch JS SDK for real time communication, voice and IM",
"main": "lib/sinch.node.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sinch/sinch-js-rtc.git"
},
"keywords": [
"Sinch",
"JS",
"SDK",
"WebRTC",
"VoIP",
"cloud",
"calling",
"IM",
"web",
"conference",
"SMS",
"verification",
"twofactor",
"auth"
],
"author": "Magnus Lundstedt",
"contributors": [
{
"name": "Magnus Lundstedt",
"email": "[email protected]"
}
],
"dependencies": {
"atob": "^1.1.2",
"btoa": "^1.1.2",
"localStorage": "^1.0.3",
"pubnub": "3.7.0",
"q": "^1.0.1",
"xmlhttprequest": "^1.6.0",
"wrtc": "0.0.61",
"sinch-ticketgen": "0.0.6"
},
"license": "Proprietary",
"bugs": {
"url": "https://github.com/sinch/sinch-js-rtc/issues"
},
"homepage": "https://github.com/sinch/sinch-js-rtc"
}