forked from NetEase/pomelo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.31 KB
/
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
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
60
61
62
63
{
"name": "pomelo",
"version": "1.2.3",
"private": false,
"homepage": "https://github.com/NetEase/pomelo",
"repository": {
"type": "git",
"url": "https://github.com/NetEase/pomelo.git"
},
"scripts": {
"test": "grunt"
},
"bugs": {
"url": "https://github.com/NetEase/pomelo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/NetEase/pomelo#license"
}
],
"keywords": [
"pomelo",
"framework",
"game",
"web",
"realtime",
"server"
],
"dependencies": {
"socket.io": "0.9.16",
"async": "0.2.5",
"seq-queue": "0.0.5",
"crc": "0.2.0",
"cliff": "0.1.8",
"mkdirp": "0.3.3",
"pomelo-loader": "0.0.6",
"pomelo-rpc": "0.4.11",
"pomelo-protocol": "0.1.6",
"pomelo-admin": "0.4.5",
"pomelo-logger": "0.1.7",
"pomelo-scheduler": "0.3.9",
"ws": "0.8.0",
"pomelo-protobuf": "0.4.0",
"node-bignumber": "1.2.1",
"commander": "2.0.0",
"mqtt": "0.3.9"
},
"bin": {
"pomelo": "./bin/pomelo"
},
"devDependencies": {
"should": "3.3.1",
"mocha": ">=0.0.1",
"socket.io-client": "0.9.16",
"muk": ">=0.0.1",
"grunt": "~0.4.2",
"grunt-mocha-test": "0.8.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-jshint": "~0.8.0",
"blanket": "~1.1.6"
}
}