forked from muaz-khan/RecordRTC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 838 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
33
{
"name": "recordrtc",
"version": "5.0.4",
"authors": [
{
"name": "Muaz Khan",
"email": "[email protected]",
"homepage": "http://www.muazkhan.com/"
}
],
"homepage": "https://recordrtc.org",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RecordRTC.git"
},
"description": "RecordRTC is a server-less (entire client-side) JavaScript library can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.",
"main": "RecordRTC.js",
"keywords": [
"webrtc",
"recordrtc",
"audio-recording",
"video-recording",
"gif-recording",
"audio/video recording"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}