janus-mysql-userlist
Version:
Plugin for janus-server, keeps current list of online user in database.
27 lines (26 loc) • 611 B
JSON
{
"name": "janus-mysql-userlist",
"version": "0.0.4",
"description": "Plugin for janus-server, keeps current list of online user in database.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/timschwartz/janus-mysql-userlist"
},
"keywords": [
"janus",
"janusvr",
"userlist"
],
"author": "Tim Schwartz",
"license": "LGPL 2.1",
"dependencies": {
"mysql": "^2.5.4"
},
"bugs": {
"url": "https://github.com/timschwartz/janus-mysql-userlist/issues"
}
}