sync/package.json

31 lines
822 B
JSON
Raw Normal View History

2013-04-14 18:16:48 -05:00
{
2014-01-21 23:29:26 -06:00
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
2015-01-27 00:12:40 -06:00
"version": "3.7.0",
2014-01-21 23:29:26 -06:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
2015-01-27 00:12:40 -06:00
"bcrypt": "^0.8.1",
"body-parser": "^1.10.2",
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
2015-01-06 22:40:23 -05:00
"cytubefilters": "git://github.com/calzoneman/cytubefilters#89f56fee",
2015-01-27 00:12:40 -06:00
"express": "^4.11.1",
"express-minify": "^0.1.2",
"graceful-fs": "^3.0.5",
2015-01-27 00:12:40 -06:00
"jade": "^1.9.1",
"json-typecheck": "^0.1.3",
"morgan": "^1.5.1",
"mysql": "^2.5.4",
"nodemailer": "^1.3.0",
2014-08-19 00:46:30 -05:00
"oauth": "^0.9.12",
2015-01-27 00:12:40 -06:00
"q": "^1.1.2",
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
2015-01-27 00:12:40 -06:00
"serve-static": "^1.8.1",
2015-01-19 17:43:22 -06:00
"socket.io": "^1.3.2",
2015-01-27 00:12:40 -06:00
"yamljs": "^0.2.1"
2014-01-21 23:29:26 -06:00
}
2013-04-14 18:16:48 -05:00
}