UNPKG

libp2p-webrtc-peer

Version:

Simple one-to-one WebRTC video/voice and data channels

83 lines (82 loc) 2.06 kB
{ "name": "libp2p-webrtc-peer", "description": "Simple one-to-one WebRTC video/voice and data channels", "version": "10.0.1", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/ipfs-shipyard/simple-peer/issues" }, "dependencies": { "debug": "^4.0.1", "err-code": "^2.0.3", "get-browser-rtc": "^1.0.0", "queue-microtask": "^1.1.0", "randombytes": "^2.0.3", "readable-stream": "^3.4.0" }, "devDependencies": { "airtap": "^3.0.0", "babel-minify": "^0.5.1", "bowser": "^2.4.0", "browserify": "^16.1.0", "coveralls": "^3.0.9", "nyc": "^15.0.1", "prettier-bytes": "^1.0.3", "simple-get": "^3.0.1", "speedometer": "^1.0.0", "standard": "*", "string-to-stream": "^3.0.0", "tape": "^5.0.0", "thunky": "^1.0.1", "wrtc": "^0.4.1", "ws": "^7.0.0" }, "keywords": [ "data", "data channel", "data channel stream", "data channels", "p2p", "peer", "peer", "peer-to-peer", "stream", "video", "voice", "webrtc", "webrtc stream" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/ipfs-shipyard/simple-peer.git" }, "scripts": { "build": "browserify -s SimplePeer -r . | minify > simplepeer.min.js", "size": "npm run build && cat simplepeer.min.js | gzip | wc -c", "test": "standard && npm run test-node && npm run test-browser", "test-browser": "airtap --coverage -- test/*.js", "test-browser-local": "airtap --coverage --local -- test/*.js", "test-node": "WRTC=wrtc tape test/*.js", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }