forked from alepolidori/janus-webrtc-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 822 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
33
34
35
36
37
38
39
{
"name": "janus-webrtc-phone",
"version": "0.0.1",
"description": "HTML5 SIP phone WebRTC using Janus-Gateway",
"repository": {
"type": "git",
"url": "git+https://github.com/alepolidori/janus-webrtc-phone.git"
},
"keywords": [
"webrtc",
"sip",
"phone",
"html5",
"janus",
"janus-gateway",
"rtp",
"srtp",
"audio",
"video",
"phone-calls",
"javscript",
"asterisk",
"nethserver",
"freepbx",
"voip",
"pbx"
],
"author": "Alessandro Polidori",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alepolidori/janus-webrtc-phone/issues"
},
"homepage": "https://github.com/alepolidori/janus-webrtc-phone#readme",
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"webrtc-adapter": "^6.4.0"
}
}