forked from leenjewel/node-kcp
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
{
"name": "node-kcp-token",
"version": "1.0.12",
"description": "Modified KCP protocol for Node.js, forked from https://github.com/leenjewel/node-kcp",
"main": "index.js",
"dependencies": {
"nan": "^2.17.0"
},
"devDependencies": {
"chai": "latest",
"grunt": "^1.0.4",
"grunt-contrib-clean": "latest",
"grunt-mocha-test": "latest",
"mocha": "^10.2.0"
},
"scripts": {
"test": "grunt",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLostTree/node-kcp.git"
},
"keywords": [
"kcp",
"protocol",
"game",
"server"
],
"author": "TheLostTree",
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/TheLostTree/node-kcp/issues"
},
"homepage": "https://github.com/TheLostTree/node-kcp#readme"
}