UNPKG

grenache-nodejs-ws

Version:
36 lines (35 loc) 804 B
{ "name": "grenache-nodejs-ws", "version": "0.7.10", "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": "^0.7.4", "grenache-nodejs-link": "^0.7.12", "lodash": "^4.17.21", "uuid": "^3.0.1", "ws": "^7.5.5" }, "main": "index.js", "devDependencies": { "mocha": "^5.2.0", "standard": "^12.0.1" }, "scripts": { "test": "npm run lint && npm run unit", "lint": "standard", "unit": "mocha" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/bitfinexcom/grenache-nodejs-ws.git" } }