UNPKG

raknet-node

Version:

Nodejs bindings to rust-raknet native library.

54 lines (53 loc) 1.11 kB
{ "name": "raknet-node", "version": "0.5.0", "author": "b23r0", "license": "ISC", "napi": { "name": "raknet-node", "triples": { "defaults": true, "addition": [ "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-unknown-freebsd" ] } }, "description": "Nodejs bindings to rust-raknet native library.", "main": "index.js", "directories": { "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/b23r0/raknet-node.git" }, "bugs": { "url": "https://github.com/b23r0/raknet-node/issues" }, "homepage": "https://github.com/b23r0/raknet-node#readme", "keywords": [ "raknet", "bindings", "udp", "networking" ], "files": [ "raknet-node-win.node", "raknet-node-linux.node", "raknet-node-osx.node", "index.js", "constants.js", "package.json", "README.md", "LICENSE" ], "dependencies": { "sha1": "^1.1.1" } }