sync/package.json

21 lines
462 B
JSON

{
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.0.0-alpha",
"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"
}
}