mirror of https://github.com/calzoneman/sync.git
35 lines
962 B
JSON
35 lines
962 B
JSON
{
|
|
"author": "Calvin Montgomery",
|
|
"name": "CyTube",
|
|
"description": "Online media synchronizer and chat",
|
|
"version": "3.7.1",
|
|
"repository": {
|
|
"url": "http://github.com/calzoneman/sync"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^0.8.1",
|
|
"body-parser": "^1.10.2",
|
|
"cheerio": "^0.18.0",
|
|
"compression": "^1.3.0",
|
|
"cookie-parser": "^1.3.3",
|
|
"csrf": "^2.0.6",
|
|
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
|
|
"cytubefilters": "git://github.com/calzoneman/cytubefilters#f4bb2efd",
|
|
"express": "^4.11.1",
|
|
"express-minify": "^0.1.3",
|
|
"graceful-fs": "^3.0.5",
|
|
"http-errors": "^1.3.1",
|
|
"jade": "^1.9.1",
|
|
"json-typecheck": "^0.1.3",
|
|
"morgan": "^1.5.1",
|
|
"mysql": "^2.5.4",
|
|
"nodemailer": "^1.3.0",
|
|
"oauth": "^0.9.12",
|
|
"q": "^1.1.2",
|
|
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
|
"serve-static": "^1.8.1",
|
|
"socket.io": "^1.3.5",
|
|
"yamljs": "^0.1.6"
|
|
}
|
|
}
|