symple-client-player
Version:
Symple realtime media player
36 lines (35 loc) • 768 B
JSON
{
"name": "symple-webrtc-video-chat-demo",
"title": "Symple WebRTC Video Chat Demo",
"version": "0.6.1",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"symple" : "*",
"symple-client" : "*",
"express" : "~4.13.3",
"ejs" : "~2.3.4",
"redis" : "~2.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcey/symple-video-player.git"
},
"keywords": [
"symple",
"server",
"realtime",
"messaging",
"websocket",
"streaming",
"webrtc",
"chat"
],
"author": "Kam Low <auscaster@gmail.com> (https://sourcey.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcey/symple-video-video/issues"
},
"homepage": "https://sourcey.com/symple"
}