fore.st/package.json
calzoneman e973813718 Patch a memory leak caused by an earlier failsafe
A global object AllPlaylists was added back in v2 as a hardfix for an issue where playlists would continue to send updates after the channel was reloaded and the playlist object was obsolete.  This condition should no longer happen due to other fixes, so the only thing this object was doing was wasting memory.
2014-04-10 16:10:55 -05:00

22 lines
480 B
JSON

{
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.0.2",
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
"express": "~3.4.8",
"bcrypt": "~0.7.7",
"mysql": "~2.0.1",
"jade": "~1.1.5",
"socket.io": "~0.9.16",
"nodemailer": "~0.6.0",
"cookie": "~0.1.0",
"yamljs": "~0.1.4",
"express-minify": "0.0.7",
"oauth": "^0.9.11"
}
}