forked from OpenVidu/cordova-plugin-android-enumeratedevices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 768 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
{
"name": "cordova-plugin-android-enumeratedevices",
"version": "0.0.1",
"description": "Cordova Android plugin exposing the audio and video devices connected",
"cordova": {
"id": "cordova-plugin-android-enumeratedevices",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenVidu/cordova-plugin-android-enumeratedevices.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"enumeratedevices",
"android"
],
"author": "OpenVidu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenVidu/cordova-plugin-android-enumeratedevices/issues"
},
"homepage": "https://github.com/OpenVidu/cordova-plugin-android-enumeratedevices#readme"
}