UNPKG

node-kcp-x

Version:
38 lines (37 loc) 830 B
{ "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" }