-
Notifications
You must be signed in to change notification settings - Fork 305
/
package.json
62 lines (62 loc) · 1.34 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
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "cordova-plugin-phonertc",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/cordova-plugin-phonertc",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-phonertc",
"name": "cordova-plugin-phonertc",
"escapedName": "cordova-plugin-phonertc",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_spec": "cordova-plugin-phonertc",
"author": {
"name": "[email protected]"
},
"bugs": {
"url": "https://github.com/alongubkin/phonertc/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-device",
"platforms": [
"android",
"ios",
"browser"
]
},
"dependencies": {},
"deprecated": false,
"description": "Cordova PhoneRTC Plugin",
"homepage": "https://github.com/alongubkin/phonertc#readme",
"keywords": [
"cordova",
"webrtc",
"mobile",
"video",
"video conferece",
"voice",
"voice over ip",
"voip",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"license": "Apache 2.0",
"name": "cordova-plugin-phonertc",
"repository": {
"type": "git",
"url": "git+https://github.com/De-Lac/phonertc.git"
},
"version": "2.1.0"
}