forked from 94cstyles/push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 Bytes
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
{
"name": "push",
"version": "0.0.1",
"description": "app message push service",
"main": "pm2.json",
"repository": {
"type": "git",
"url": "git+https://github.com/TOP-Chao/push.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"koa": "^1.2.0",
"koa-bodyparser": "^2.0.1",
"koa-ejs": "^3.0.0",
"koa-route": "^2.4.2",
"msgpack-js": "^0.3.0",
"socket.io": "^1.4.5",
"socket.io-emitter": "^1.0.0",
"socket.io-parser": "^2.2.6",
"socket.io-redis": "^1.0.0"
},
"devDependencies": {
"redis": "^2.4.2",
"request": "^2.69.0",
"commander": "^2.9.0",
"heapdump": "^0.3.7",
"memwatch-next": "^0.2.10",
"node-uuid": "^1.4.7",
"socket.io-client": "^1.4.5"
}
}