samvyo-js-sdk
Version:
This is the client js sdk for cutting-edge Samvyo real-time voice/video cloud.
62 lines (61 loc) • 2.06 kB
JSON
{
"name": "samvyo-js-sdk",
"version": "2.0.3",
"description": "This is the client js sdk for cutting-edge Samvyo real-time voice/video cloud.",
"repository": "git@github.com:sauravkp/VidScale-client-js.git",
"author": "sauravkp <saurav.codes@gmail.com>",
"license": "Unlicensed",
"main": "./index.js",
"build": "./build.js",
"scripts": {
"build": "gulp dist"
},
"keywords":["Samvyo", "SDK", "JavaScript", "WebRTC", "video", "voice", "real-time","video calling","Telemedicine","telehealth","video conferencing","video chat","WebRTC SDK","JavaScript SDK","real-time communication","RTC SDK","WebRTC client","JavaScript client"],
"dependencies": {
"@babel/runtime": "^7.24.4",
"axios": "^1.6.0",
"bowser": "^2.11.0",
"events": "^3.3.0",
"jsonwebtoken": "^8.5.1",
"mediasoup-client": "^3.7.6",
"pokemon": "^3.0.0",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-plugin-jsx-control-statements": "^4.0.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^16.5.0",
"del": "^5.1.0",
"envify": "^4.1.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-plugin-react": "^7.18.3",
"gulp": "^4.0.2",
"gulp-css-base64": "^1.3.4",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.8",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nib": "^1.1.2",
"supports-color": "^7.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"dev-version": "null.null.2"
}