UNPKG

rtc-multi-connection

Version:

WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)

27 lines (26 loc) 770 B
{ "name": "rtc-multi-connection", "version": "0.0.6", "description": "WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)", "main": "dist/RTCMultiConnection.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "WebRTC", "RTCMultiConnection" ], "author": "Masaki Muranaka <monaka@monami-ya.com>", "license": "MIT", "devDependencies": { "eslint": "^4.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1" }, "dependencies": { "socket.io-client": "^0.9.17" } }