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",
|
2015-09-23 05:08:46 +00:00
|
|
|
"version": "3.10.0",
|
2014-01-22 05:29:26 +00:00
|
|
|
"repository": {
|
|
|
|
"url": "http://github.com/calzoneman/sync"
|
|
|
|
},
|
2015-07-12 03:13:08 +00:00
|
|
|
"license":"MIT",
|
2014-01-22 05:29:26 +00:00
|
|
|
"dependencies": {
|
2015-09-23 05:08:46 +00:00
|
|
|
"bcrypt": "^0.8.5",
|
|
|
|
"body-parser": "^1.14.0",
|
|
|
|
"cheerio": "^0.19.0",
|
|
|
|
"compression": "^1.5.2",
|
|
|
|
"cookie-parser": "^1.4.0",
|
|
|
|
"csrf": "^3.0.0",
|
2015-03-27 23:44:46 +00:00
|
|
|
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
|
2015-09-23 05:08:46 +00:00
|
|
|
"cytubefilters": "git://github.com/calzoneman/cytubefilters#095b7956",
|
|
|
|
"express": "^4.13.3",
|
|
|
|
"express-minify": "^0.1.6",
|
|
|
|
"graceful-fs": "^4.1.2",
|
2015-02-23 00:15:22 +00:00
|
|
|
"http-errors": "^1.3.1",
|
2015-09-23 05:08:46 +00:00
|
|
|
"jade": "^1.11.0",
|
2015-01-27 06:12:40 +00:00
|
|
|
"json-typecheck": "^0.1.3",
|
2015-09-23 05:08:46 +00:00
|
|
|
"morgan": "^1.6.1",
|
|
|
|
"mysql": "^2.9.0",
|
|
|
|
"nodemailer": "^1.4.0",
|
2014-08-19 05:46:30 +00:00
|
|
|
"oauth": "^0.9.12",
|
2015-09-23 05:08:46 +00:00
|
|
|
"q": "^1.4.1",
|
2015-01-17 01:27:41 +00:00
|
|
|
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
2015-09-23 05:08:46 +00:00
|
|
|
"serve-static": "^1.10.0",
|
|
|
|
"socket.io": "^1.3.7",
|
2015-07-08 18:00:40 +00:00
|
|
|
"status-message-polyfill": "calzoneman/status-message-polyfill",
|
2015-01-28 06:56:04 +00:00
|
|
|
"yamljs": "^0.1.6"
|
2015-04-24 02:19:55 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build-player": "$npm_node_execpath build-player.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "^1.9.2"
|
2014-01-22 05:29:26 +00:00
|
|
|
}
|
2013-04-14 23:16:48 +00:00
|
|
|
}
|