sync/package.json

28 lines
646 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",
2014-08-15 11:41:09 -05:00
"version": "3.4.0",
2014-01-21 23:29:26 -06:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
"bcrypt": "~0.7.7",
2014-08-19 00:07:24 -05: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-21 23:29:26 -06:00
"jade": "~1.1.5",
2014-08-19 00:07:24 -05:00
"json-typecheck": "^0.1.0",
"morgan": "^1.2.3",
2014-08-19 00:07:24 -05:00
"mysql": "~2.0.1",
2014-01-21 23:29:26 -06:00
"nodemailer": "~0.6.0",
2014-08-19 00:07:24 -05:00
"oauth": "^0.9.11",
2014-05-20 19:30:14 -07:00
"q": "^1.0.0",
"serve-static": "^1.5.3",
2014-08-19 00:07:24 -05:00
"socket.io": "~0.9.16",
"yamljs": "~0.1.4"
2014-01-21 23:29:26 -06:00
}
2013-04-14 18:16:48 -05:00
}