sync/package.json

28 lines
646 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": {
"bcrypt": "^0.8.0",
2014-08-19 05:07:24 +00:00
"body-parser": "^1.6.5",
"cookie": "~0.1.0",
"cookie-parser": "^1.3.2",
"express": "^4.8.5",
"express-minify": "0.0.11",
2014-01-22 05:29:26 +00:00
"jade": "~1.1.5",
2014-08-19 05:07:24 +00:00
"json-typecheck": "^0.1.0",
"morgan": "^1.2.3",
2014-08-19 05:07:24 +00:00
"mysql": "~2.0.1",
2014-01-22 05:29:26 +00:00
"nodemailer": "~0.6.0",
2014-08-19 05:07:24 +00:00
"oauth": "^0.9.11",
2014-05-21 02:30:14 +00:00
"q": "^1.0.0",
"serve-static": "^1.5.3",
2014-08-19 05:07:24 +00:00
"socket.io": "~0.9.16",
"yamljs": "~0.1.4"
2014-01-22 05:29:26 +00:00
}
2013-04-14 23:16:48 +00:00
}