sync/package.json

24 lines
531 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",
2014-08-15 16:41:09 +00:00
"version": "3.4.0",
2014-01-22 05:29:26 +00:00
"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",
"express-minify": "0.0.7",
2014-05-21 02:30:14 +00:00
"q": "^1.0.0",
"json-typecheck": "^0.1.0",
"oauth": "^0.9.11"
2014-01-22 05:29:26 +00:00
}
2013-04-14 23:16:48 +00:00
}