forked from zhaozw/socket.io-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "socket.io-push",
"version": "0.9.15",
"description": "socket.io-push server by xuduo",
"main": "index.js",
"bin": {
"push-server": "./bin/push-server",
"node-push-server": "./bin/node-push-server",
"generate-push-server-config": "./bin/generate-push-server-config"
},
"repository": {
"type": "git",
"url": "git@github.com:xuduo/socket.io-push.git"
},
"dependencies": {
"apn": "2.1.5",
"async": "0.9.0",
"body-parser": "1.15.2",
"dateformat": "^2.0.0",
"express": "~4.14.0",
"firebase-admin": "^5.10.0",
"md5": "^2.2.1",
"mongoose": "4.11.3",
"ncp": "2.0.0",
"randomstring": "1.1.3",
"request": "2.67.0",
"requestretry": "^1.12.0",
"restify": "4.0.3",
"socket.io": "1.7.2",
"socket.io-push-redis": "^1.0.10",
"spdy": "^3.4.4",
"superagent": "^1.8.0",
"winston-proxy": "1.0.6"
},
"devDependencies": {
"socket.io-client": "1.7.2",
"socket.io-push-client": "0.8.2",
"expect.js": "0.3.1",
"chai-spies": "^0.7.1",
"mocha": "*",
"chai": "^3.5.0"
},
"scripts": {
"test": "mocha"
}
}