forked from streamproc/MediaStreamRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"name": "msr",
"preferGlobal": true,
"version": "1.2.2",
"author": {
"name": "Muaz Khan",
"email": "[email protected]",
"url": "http://www.muazkhan.com/"
},
"description": "Cross-Browser recording of audio/video media streams; targets WebRTC/getUserMedia/WebAudio/etc. Works both on Chrome/Firefox/Opera on desktop & android.",
"scripts": {
"start": "node MediaStreamRecorder.js"
},
"main": "./MediaStreamRecorder.js",
"repository": {
"type": "git",
"url": "https://github.com/streamproc/MediaStreamRecorder.git"
},
"keywords": [
"recorder",
"audio-recorder",
"video-recorder",
"audio-recording",
"video-recording",
"recording",
"record",
"audio-video-recorder",
"gif-recorder",
"audio",
"video",
"gif",
"mediarecorder",
"media",
"client-side",
"webrtc",
"mediastreamrecorder",
"webrtc-library",
"library",
"javascript",
"chrome",
"firefox",
"opera",
"mediastreamrecorder.js",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/streamproc/MediaStreamRecorder/issues",
"email": "[email protected]"
},
"homepage": "https://www.webrtc-experiment.com/msr/",
"_from": "msr@"
}