57475d5d3d
Hovering over a queue item will now show the name of the person who added it. If it was added by a guest, or if it was added while the server was running a previous version, it will show up as "unknown".
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"author": "Calvin Montgomery",
|
|
"name": "CyTube",
|
|
"description": "Online media synchronizer and chat",
|
|
"version": "1.2.6",
|
|
"repository": {
|
|
"url": "http://github.com/calzoneman/sync"
|
|
},
|
|
"dependencies": {
|
|
"socket.io": ">=0.9",
|
|
"express": ">=3.2",
|
|
"mysql-libmysqlclient": "*",
|
|
"node_hash": "*",
|
|
"bcrypt": "*"
|
|
}
|
|
}
|