opentok
Version:
OpenTok server-side SDK
16 lines (15 loc) • 361 B
JSON
{
"name": "opentok-helloworld-sample",
"version": "0.0.0",
"description": "Group video chat app to demonstrate the basic functionality of OpenTok",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^3.5.0",
"ejs": "^2.5.5"
}
}