UNPKG

1.43 kBJSONView Raw
1{
2 "name": "myhero",
3 "version": "0.0.20",
4 "homepage": "https://github.com/JustLua/myhero",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/JustLua/myhero.git"
8 },
9 "scripts": {
10 "test": "grunt"
11 },
12 "bugs": {
13 "url": "https://github.com/JustLua/myhero/issues"
14 },
15 "license": "MIT",
16 "keywords": [
17 "myhero",
18 "pomelo",
19 "framework",
20 "game",
21 "web",
22 "realtime",
23 "server"
24 ],
25 "dependencies": {
26 "socket.io": "2.2.0",
27 "async": "2.6.1",
28 "seq-queue": "0.0.5",
29 "crc": "3.8.0",
30 "cliff": "0.1.10",
31 "mkdirp": "0.5.1",
32 "ws": "6.1.2",
33 "node-bignumber": "1.2.1",
34 "commander": "2.19.0",
35 "mqtt": "2.18.8",
36 "node-toobusy": "0.6.3",
37 "pomelo-loader": "0.0.6",
38 "pomelo-rpc": "1.0.7",
39 "pomelo-protocol": "0.1.6",
40 "myhero-admin": "0.0.5",
41 "pomelo-logger": "0.1.7",
42 "pomelo-scheduler": "0.3.9",
43 "pomelo-protobuf": "0.4.0"
44 },
45 "bin": {
46 "myhero": "./bin/myhero"
47 },
48 "devDependencies": {
49 "should": "3.3.1",
50 "mocha": ">=0.0.1",
51 "muk": ">=0.0.1",
52 "grunt": "~0.4.2",
53 "grunt-mocha-test": "0.8.x",
54 "grunt-contrib-clean": "0.5.x",
55 "grunt-contrib-jshint": "~0.8.0",
56 "blanket": "~1.1.6"
57 }
58}