otalk-media-controller
Version:
Controller for managing local and remote media streams.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "otalk-media-controller",
"version": "6.1.3",
"description": "Controller for managing local and remote media streams.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/otalk-media-controller"
},
"keywords": [
"otalk",
"media"
],
"author": "Lance Stout <lance@andyet.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/otalk/otalk-media-controller/issues"
},
"homepage": "https://github.com/otalk/otalk-media-controller",
"dependencies": {
"ampersand-collection": "^1.3.15",
"ampersand-collection-lodash-mixin": "^2.0.1",
"ampersand-filtered-subcollection": "^2.0.0",
"ampersand-state": "4.5.3",
"getscreenmedia": "^1.2.2",
"getusermedia": "^1.0.0",
"hark": "^1.1.1",
"otalk-media-devices": "^1.0.0",
"otalk-model-media": "^4.0.0",
"webrtcsupport": "^2.2.0"
},
"devDependencies": {
"ampersand-view": "^7.1.1",
"beefy": "^2.1.1",
"jshint": "^2.5.5",
"otalk-media-stream-view": "^2.0.0",
"precommit-hook": "^1.0.7",
"tape": "^4.0.0",
"travis-multirunner": "^3.0.0",
"testling": "^1.7.1"
},
"scripts": {
"start": "./node_modules/.bin/beefy demo/demo.js",
"test-travis": "test/run-tests"
},
"testling": {
"files": "test/*.js"
}
}