UNPKG

rtcpeerconnection

Version:

A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.

56 lines (55 loc) 1.26 kB
{ "name": "rtcpeerconnection", "version": "8.4.0", "description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", "main": "rtcpeerconnection.js", "repository": { "type": "git", "url": "https://github.com/otalk/RTCPeerConnection" }, "keywords": [ "browser", "RTCPeerConnection", "WebRTC", "Jingle" ], "author": "Henrik Joreteg <henrik@andyet.net>", "license": "MIT", "dependencies": { "lodash.clonedeep": "^4.3.2", "sdp-jingle-json": "^3.0.0", "wildemitter": "1.x" }, "devDependencies": { "babel-preset-es2015": "^6.9.0", "babelify": "^7.3.0", "browserify": "^13.0.1", "jshint": "^2.9.1", "precommit-hook": "^3.0", "tape": "^4.0.0", "testling": "^1.7.1", "travis-multirunner": "^3.3.0", "webrtc-adapter": "^6.0.2" }, "scripts": { "test-travis": "test/run-tests", "lint": "jshint .", "build": "node build.js", "validate": "npm ls" }, "testling": { "files": "test/*.js", "browsers": [ "ie/10..latest", "chrome/32..latest", "firefox/24..latest", "safari/latest", "opera/18..latest" ] }, "pre-commit": [ "lint", "validate", "test" ] }