sync/package.json

18 lines
418 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",
"version": "2.0.1",
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-04-14 23:16:48 +00:00
"mysql-libmysqlclient": "*",
"node_hash": "*",
2013-05-30 18:07:29 +00:00
"bcrypt": "*",
"nodemailer": "*"
2013-04-14 23:16:48 +00:00
}
}