audio-recorder-rtc
Version:
WebRTC audio recorder plugin.
30 lines (29 loc) • 631 B
JSON
{
"author": "psirenny <djtorres0@gmail.com>",
"bugs": {
"url": "https://github.com/psirenny/audio-recorder-rtc/issues"
},
"dependencies": {
"recordrtc": "5.3.0"
},
"description": "WebRTC audio recorder plugin.",
"keywords": [
"audio",
"microphone",
"record",
"RTC",
"web"
],
"license": "MIT",
"main": "index.js",
"name": "audio-recorder-rtc",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/psirenny/audio-recorder-rtc.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.0"
}