forked from muaz-khan/WebRTC-Experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "getmediaelement",
"preferGlobal": true,
"version": "1.0.2",
"author": {
"name": "Muaz Khan",
"email": "[email protected]",
"url": "https://muazkhan.com/"
},
"description": "This library generates HTML Audio/Video element with rich user-interface and advance media controls. It gives you full control over each control button; and its functionality!",
"scripts": {},
"main": "./getMediaElement.js",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/WebRTC-Experiment.git"
},
"keywords": [
"webrtc",
"getMediaElement",
"webrtc-library",
"library",
"javascript",
"rtcweb",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/WebRTC-Experiment/issues",
"email": "[email protected]"
},
"homepage": "https://www.webrtc-experiment.com/getMediaElement/",
"_id": "getmediaelement@",
"_from": "getmediaelement@",
"devDependencies": {}
}