-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.15 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.15 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "xpush",
"description": "Web based Realtime Communication Platform",
"version": "0.1.6",
"keywords": [
"push",
"websocket",
"gcm",
"apn",
"channel"
],
"contributors": [
{
"name": "John Kim",
"email": "yohany@gmail.com"
},
{
"name": "Notdol",
"email": "nixenic@gmail.com"
},
{
"name": "James Jung",
"email": "0nlyoung7@gmail.com"
},
{
"name": "John Ko",
"email": "eunsan.ko@gmail.com"
}
],
"main": "./lib/xpush.js",
"dependencies": {
"async": "^2.1.2",
"node-zookeeper-client": "^0.2.2",
"redis": "^2.6.2",
"redis-shard": "github:johnkim/node-redis-shard",
"restify": "^4.1.1",
"shortid": "^2.2.6",
"socket.io": "^1.5.1",
"winston": "^2.2.0",
"optimist": "^0.6.1"
},
"devDependencies": {
"faker": "^3.0.1",
"mime": "^1.3.4",
"socket.io-client": "^1.3.7"
},
"repository": {
"type": "git",
"url": "https://github.com/xpush/node-xpush"
},
"license": "MIT",
"scripts": {
"test": "node test"
},
"homepage": "http://xpush.github.io",
"engines": {
"node": ">= 4.0.0"
}
}