sync/package.json

41 lines
1.1 KiB
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",
2015-07-06 18:16:02 +00:00
"version": "3.8.0",
2014-01-22 05:29:26 +00:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
2015-01-27 06:12:40 +00:00
"bcrypt": "^0.8.1",
"body-parser": "^1.10.2",
2015-02-23 00:15:22 +00:00
"cheerio": "^0.18.0",
2015-01-27 06:12:40 +00:00
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
2015-02-23 00:15:22 +00:00
"csrf": "^2.0.6",
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
2015-06-24 21:32:32 +00:00
"cytubefilters": "git://github.com/calzoneman/cytubefilters#65e685ad",
2015-01-27 06:12:40 +00:00
"express": "^4.11.1",
2015-02-14 18:17:06 +00:00
"express-minify": "^0.1.3",
"graceful-fs": "^3.0.5",
2015-02-23 00:15:22 +00:00
"http-errors": "^1.3.1",
2015-01-27 06:12:40 +00: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 05:46:30 +00:00
"oauth": "^0.9.12",
2015-01-27 06:12:40 +00:00
"q": "^1.1.2",
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
2015-01-27 06:12:40 +00:00
"serve-static": "^1.8.1",
2015-03-03 19:07:12 +00:00
"socket.io": "^1.3.5",
"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
}