webrtc-stats
Version:
A wrapper for WebRTC getStats for Chrome, Firefox and Opera
24 lines (23 loc) • 570 B
JSON
{
"name": "webrtc-stats",
"version": "0.0.3",
"main": "lib/index.js",
"scripts": {
"build": "gulp"
},
"description": "A wrapper for WebRTC getStats for Chrome, Firefox and Opera",
"keywords": ["webrtc", "getStats", "stats", "peerConnection"],
"author": "Anand S",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/anand-io/webrtc-stats.git"
},
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-minify": "0.0.5",
"vinyl-source-stream": "^1.1.0"
}
}