UNPKG

ortc-adapter

Version:
37 lines (36 loc) 834 B
{ "name": "ortc-adapter", "version": "0.1.7", "description": "ORTC to WebRTC Adapter", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/twilio/ortc-adapter.git" }, "author": "Mark Andrus Roberts <markandrusroberts@gmail.com>", "main": "lib/index.js", "keywords": [ "ORTC", "WebRTC" ], "scripts": { "test": "echo \"Warning: no test specified\"" }, "dependencies": { "sdp-transform": "^1.4.1" }, "devDependencies": { "browserify": "^11.0.1", "del": "^2.0.2", "eslint": "^1.3.1", "gulp": "^3.9.0", "gulp-newer": "^0.5.1", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.4.1", "gulp-util": "^3.0.6", "jsdoc": "^3.3.2", "through2": "^2.0.0", "vinyl-source-stream": "^1.1.0" } }