@pineappleaf/react-media-recorder
Version:
A React component based on MediaRecorder() API to record audio/video streams
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "@pineappleaf/react-media-recorder",
"version": "1.4.1-preview21",
"description": "A React component based on MediaRecorder() API to record audio/video streams",
"main": "index.js",
"scripts": {
"build": "tsc && jsmin -o ./lib/index.js ./lib/index.js",
"prepublishOnly": "npm run build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/giridharangm/react-media-recorder.git"
},
"keywords": [
"react",
"recorder",
"voice recording",
"video recording",
"media recording",
"getusermedia",
"MediaRecorder",
"getDisplayMedia",
"screen recorder",
"video recorder",
"audio recorder"
],
"author": "Giridharan GM",
"license": "MIT",
"bugs": {
"url": "https://github.com/giridharangm/react-media-recorder/issues"
},
"homepage": "https://github.com/giridharangm/react-media-recorder#readme",
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.2",
"@types/node": "^12.12.11",
"@types/react": "^16.9.11",
"jsmin": "^1.0.1",
"typescript": "^3.7.2"
},
"types": "./lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"csstype": "^3.0.3"
}
}