UNPKG

grenache-nodejs-ws

Version:
39 lines (38 loc) 848 B
{ "name": "grenache-nodejs-ws", "version": "1.0.0", "description": "Granache Nodejs Websocket implementation", "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)", "keywords": [ "grenache", "kademlia", "nodejs", "micro-services" ], "dependencies": { "cbq": "0.0.1", "grenache-nodejs-base": "1.0.0", "grenache-nodejs-link": "1.0.2", "uuid": "11.1.0", "ws": "7.5.10" }, "main": "index.js", "devDependencies": { "mocha": "11.5.0", "standard": "17.1.2" }, "engines": { "node": ">=16.0" }, "scripts": { "test": "npm run lint && npm run unit", "lint": "standard", "lint:fix": "standard --fix", "unit": "mocha" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/bitfinexcom/grenache-nodejs-ws.git" } }