forked from roytan883/pomelo-rpc-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 800 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
31
32
33
{
"name": "pomelo-rpc-ws",
"version": "1.0.3",
"description": "pure websocket rpc framework for pomelo, based on pomelo-rpc, modified by roytan",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/roytan883/pomelo-rpc-ws.git"
},
"dependencies": {
"ws": "3.3.1",
"crc": "3.0.0",
"pomelo-loader": "0.0.6",
"stream-pkg": "0.0.5",
"pomelo-logger": "0.1.7",
"node-uuid": "1.4.1",
"async": "0.9.0"
},
"contributors": [
{
"name": "* Yongchang Zhou",
"email": "[email protected]"
},
{
"name": "* roytan",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/roytan883/pomelo-rpc-ws/issues"
},
"homepage": "https://github.com/roytan883/pomelo-rpc-ws"
}