UNPKG

multipeer

Version:

A javascript library that implemets the essential functionalities of WebRTC to make it easier to implement a multiple peer connections typically needed for a video conferencing application.

30 lines (29 loc) 804 B
{ "name": "multipeer", "version": "0.0.3", "description": "A javascript library that implemets the essential functionalities of WebRTC to make it easier to implement a multiple peer connections typically needed for a video conferencing application.", "main": "build/multipeer.js", "scripts": { "build": "tsc --build", "clean": "tsc --build --clean" }, "repository": { "type": "git", "url": "git+https://github.com/flemin-adam/multipeerjs.git" }, "keywords": [ "webrtc", "multipeer", "peer", "javascript" ], "author": "Flemin", "license": "ISC", "bugs": { "url": "https://github.com/flemin-adam/multipeerjs/issues" }, "homepage": "https://github.com/flemin-adam/multipeerjs#readme", "devDependencies": { "typescript": "^4.2.3" } }