UNPKG

webrtc-server-client-datachannel

Version:

A class that handles RTCDataChannels from cradle to grave

27 lines (26 loc) 703 B
{ "name": "webrtc-server-client-datachannel", "version": "1.0.5", "description": "A class that handles RTCDataChannels from cradle to grave", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Efoi/WebRTC-Server-Client-Datachannel.git" }, "keywords": [ "WebRTC", "RTCDataChannel", "UDP", "SCTP" ], "author": "Einar Furuholmen (einarfuruholmen@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/Efoi/WebRTC-Server-Client-Datachannel/issues" }, "homepage": "https://github.com/Efoi/WebRTC-Server-Client-Datachannel#readme", "dependencies": { "webrtc-adapter": "^7.2.0", "wrtc": "^0.3.5" } }