traceablepeerconnection
Version:
Lowlevel RTCPeerConnection wrapper which allows tracing the API calls
34 lines (33 loc) • 703 B
JSON
{
"name": "traceablepeerconnection",
"version": "1.2.0",
"description": "Lowlevel RTCPeerConnection wrapper which allows tracing the API calls",
"main": "index.js",
"keywords": [
"WebRTC",
"RTCPeerConnection"
],
"repository": {
"type": "git",
"url": "https://github.com/fippo/traceablepeerconnection"
},
"dependencies": {
"wildemitter": "1.x",
"webrtc-adapter": "^1.0"
},
"devDependencies": {
"browserify": "^11.0",
"precommit-hook": "^3.0.0"
},
"author": "Philipp Hancke <fippo@andyet.net>",
"license": "MIT",
"scripts": {
"lint": "jshint .",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"validate",
"test"
]
}