-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.55 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
{
"name": "sheath",
"version": "0.3.0",
"description": "Game server that goes with dagger",
"repo": "https://github.com/ShortTailLab/sheath",
"private": true,
"dependencies": {
"excel-parser": "latest",
"excel4node": "latest",
"sse4_crc32": "git+https://github.com/pierreinglebert/sse4_crc32.git",
"moment": "latest",
"seed-random": "latest",
"jpush-sdk": "latest",
"bluebird": "latest",
"lodash": "latest",
"bcrypt": "latest",
"aho-corasick.js": "latest",
"pomelo-rpc-zeromq": "git+https://github.com/colprog/pomelo-rpc-zeromq",
"pomelo-protobuf-plugin": "git+https://github.com/ShortTailLab/pomelo-protobuf-plugin",
"pomelo-logger": "latest",
"pomelo-status-plugin": "latest",
"pomelo-schedule": "latest",
"hiredis": "latest",
"redis": "latest",
"thinky": "latest",
"traceur": "latest",
"iweibo": "latest",
"express": "3.5.2",
"connect-redis": "1.4.7",
"spdy": "latest",
"fast-stats": "latest",
"double-ended-queue": "latest",
"ws": "latest",
"jade": "latest",
"socket.io-client": "<1.0.0",
"pomelo": "latest"
},
"devDependencies": {
"async": "latest",
"nodetime": "latest",
"protocol-buffers": "latest",
"node-protobuf": "latest",
"pomelo-robot": "latest",
"pomelo-protocol": "*",
"pomelo-protobuf": "*",
"should": "latest",
"mocha": "latest"
}
}