sync/package.json

20 lines
425 B
JSON
Raw Normal View History

2013-04-14 23:16:48 +00:00
{
2014-01-22 05:29:26 +00:00
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "2.4.5",
"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",
2014-01-22 23:11:26 +00:00
"cookie": "~0.1.0",
"yamljs": "~0.1.4"
2014-01-22 05:29:26 +00:00
}
2013-04-14 23:16:48 +00:00
}