forked from calzoneman/sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.7.0",
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"dependencies": {
"bcrypt": "^0.8.1",
"body-parser": "^1.10.2",
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
"cytubefilters": "git://github.com/calzoneman/cytubefilters#89f56fee",
"express": "^4.11.1",
"express-minify": "^0.1.2",
"graceful-fs": "^3.0.5",
"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.3",
"yamljs": "^0.1.6"
}
}