-
Notifications
You must be signed in to change notification settings - Fork 163
/
bower.json
32 lines (32 loc) · 905 Bytes
/
bower.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
{
"name": "detectrtc",
"version": "1.4.1",
"authors": [
{
"name": "Muaz Khan",
"email": "[email protected]",
"homepage": "https://muazkhan.com/"
},
{
"name": "Kenneth Miles",
"email": "[email protected]"
}
],
"homepage": "https://github.com/muaz-khan/DetectRTC",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/DetectRTC.git"
},
"description": "A tiny JavaScript library that can be used to detect WebRTC features e.g. system having speakers, microphone or webcam, screen capturing is supported, number of audio/video devices etc.",
"main": "DetectRTC.js",
"keywords": [
"webrtc",
"detectrtc",
"features-detection"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules"
]
}