-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "chatup",
"version": "1.3.3",
"description": "Extensible, Scalable, Fault-Tolerant Chat platform in NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "entrypoint.js"
},
"author": "Guillaume Besson (@geekuillaume)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/geekuillaume/ChatUp.git"
},
"dependencies": {
"agentkeepalive": "^2.0.2",
"body-parser": "^1.13.2",
"debug": "^2.2.0",
"express": "^4.12.3",
"forever": "^0.15.1",
"got": "^3.2.0",
"jsonwebtoken": "^5.0.1",
"lodash": "^4.6.1",
"node-uuid": "1.4.7",
"raven": "^0.8.1",
"redis": "^1.0.0",
"socket.io": "^1.3.7",
"socket.io-redis": "^0.1.4",
"superagent": "^1.2.0"
},
"optionalDependencies": {
"hiredis": "^0.4.1"
},
"devDependencies": {
"es6-shim": "0.35.0",
"minimist": "^1.1.1",
"performance-now": "^0.2.0",
"socket.io-client": "^1.3.5",
"ws": "^0.7.2",
"xmlhttprequest": "^1.7.0"
}
}