@vikasietum_tecknology/record-rtc
Version:
record-rtc is a library based on recordrtc library. In this forked version of the original library we have optimized the memory management. The video recording is stored in IndexDB in chunks.
60 lines • 1.77 kB
JSON
{
"name": "@vikasietum_tecknology/record-rtc",
"preferGlobal": false,
"version": "5.6.11",
"author": {
"name": "Anand Muley",
"email": "ai@vikasietum.com",
"url": "https://www.vikasietum.com"
},
"description": "record-rtc is a library based on recordrtc library. In this forked version of the original library we have optimized the memory management. The video recording is stored in IndexDB in chunks.",
"scripts": {
"prepare": "grunt",
"start": "node server.js",
"test": "./node_modules/.bin/protractor test/browserstack.config.js"
},
"main": "RecordRTC.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/sbxengineering/record-rtc/src/master/"
},
"keywords": [
"webrtc",
"@vikasietum_tecknology/record-rtc",
"record-rtc",
"audio-recording",
"video-recording",
"gif-recording",
"audio/video recording"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://bitbucket.org/sbxengineering/record-rtc/src/master/",
"email": "ai@vikasietum.com"
},
"tonicExampleFilename": "npm-test.js",
"_id": "record-rtc@",
"_from": "record-rtc@",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-replace": "^0.11.0",
"load-grunt-tasks": "^3.4.0",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"dexie": "^3.2.7"
}
}