sync/package.json

19 lines
440 B
JSON
Raw Normal View History

2013-04-14 23:16:48 +00:00
{
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
2013-11-04 22:04:24 +00:00
"version": "2.4.5",
2013-04-14 23:16:48 +00:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
"socket.io": ">=0.9",
2013-04-17 18:42:29 +00:00
"express": ">=3.2",
2013-08-12 14:34:57 +00:00
"mysql": "2.0.0-alpha8",
2013-04-14 23:16:48 +00:00
"node_hash": "*",
2013-05-30 18:07:29 +00:00
"bcrypt": "*",
"nodemailer": "*",
"validator": "*"
2013-04-14 23:16:48 +00:00
}
}