sync/package.json

19 lines
444 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-08-08 22:28:24 +00:00
"version": "2.3.2",
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": "*",
"validator": "*"
2013-04-14 23:16:48 +00:00
}
}