forked from leenjewel/node-kcp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 830 Bytes
/
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
{
"name": "node-kcp-x",
"version": "1.2.1",
"description": "KCP protocol for Node.js",
"dependencies": {
"node-addon-api": "^6.1.0",
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"bindings": "^1.5.0",
"chai": "latest",
"grunt": "^1.0.4",
"grunt-contrib-clean": "latest",
"grunt-mocha-test": "latest",
"mocha": "^7.0.0"
},
"scripts": {
"install": "node-gyp-build",
"test": "grunt",
"prebuild": "prebuildify --napi",
"build:dev": "node-gyp -j 16 build --debug"
},
"repository": {
"type": "git",
"url": "https://github.com/bruce48x/node-kcp"
},
"keywords": [
"kcp",
"protocol",
"game",
"server"
],
"author": "bruce48x",
"license": "Apache-2.0",
"gypfile": true,
"homepage": "https://github.com/bruce48x/node-kcp#readme"
}