-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 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
50
{
"name": "layacloud-node",
"version": "1.0.0",
"description": "layacloud 游戏节点实现,包含逻辑节点和监督节点",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.layabox.com:10022/litao/layacloud-node.git"
},
"dependencies": {
"alphabetjs": "^0.1.4",
"bluebird": "^3.5.1",
"co": "^4.6.0",
"commander": "^2.17.1",
"config": "^1.31.0",
"cpu": "^1.0.1",
"glob": "^7.1.2",
"ignore-walk": "^3.0.1",
"ioredis": "^3.2.1",
"keccak": "^1.4.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"later": "^1.2.0",
"leveldown": "^4.0.1",
"levelup": "^3.1.1",
"log4js": "^3.0.2",
"minimist": "^1.2.0",
"moment": "^2.19.1",
"prompt": "^1.0.0",
"qiniu": "^7.2.1",
"request": "^2.83.0",
"secp256k1": "^3.5.2",
"string-format": "^2.0.0",
"superagent": "^3.8.3",
"sysinfo": "0.0.1",
"tar": "^4.4.6",
"uniqid": "^5.0.3",
"web3": "^0.20.1",
"ws": "^5.2.1"
},
"author": "litao",
"license": "ISC",
"devDependencies": {
"del": "^3.0.0"
}
}