sync/package.json

30 lines
754 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": "3.6.1",
2014-01-22 05:29:26 +00:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
"bcrypt": "^0.8.0",
2014-08-19 05:07:24 +00:00
"body-parser": "^1.6.5",
2014-11-17 03:06:10 +00:00
"compression": "^1.2.0",
2014-08-19 05:07:24 +00:00
"cookie-parser": "^1.3.2",
2014-12-29 00:07:39 +00:00
"cytubefilters": "git://github.com/calzoneman/cytubefilters#a5a99642",
2014-08-19 05:07:24 +00:00
"express": "^4.8.5",
"express-minify": "0.0.11",
"graceful-fs": "^3.0.5",
2014-08-19 05:46:30 +00:00
"jade": "^1.5.0",
2014-08-19 05:07:24 +00:00
"json-typecheck": "^0.1.0",
"morgan": "^1.2.3",
2014-08-19 05:36:31 +00:00
"mysql": "^2.4.2",
"nodemailer": "^1.2.0",
2014-08-19 05:46:30 +00:00
"oauth": "^0.9.12",
2014-08-19 05:36:31 +00:00
"q": "^1.0.1",
"serve-static": "^1.5.3",
2014-10-24 15:30:23 +00:00
"socket.io": "^1.1.0",
2014-08-19 05:36:31 +00:00
"yamljs": "^0.1.5"
2014-01-22 05:29:26 +00:00
}
2013-04-14 23:16:48 +00:00
}