UNPKG

@rinq/websocket

Version:
55 lines (54 loc) 1.08 kB
{ "name": "@rinq/websocket", "version": "0.2.1", "description": "Rinq in the browser.", "keywords": [ "command-bus", "websocket" ], "repository": "rinq/websocket", "homepage": "https://github.com/rinq/websocket", "bugs": "https://github.com/rinq/websocket/issues", "author": { "name": "Erin Millard", "url": "https://github.com/ezzatron" }, "contributors": [], "license": "MIT", "publishConfig": { "access": "public" }, "main": "core", "engines": { "node": ">=4" }, "dependencies": {}, "devDependencies": { "@rinq/cbor": "^0.2.2", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "eslint": "^4.19.1", "mocha": "^5.1.1", "nyc": "^11.7.3", "sinon": "^5.0.7", "sinon-chai": "^3.0.0", "standard": "^11.0.1" }, "standard": { "globals": [ "beforeEach", "describe", "it" ], "ignore": [ "example/client/node_modules/**", "example/client/web/**", "example/server/node_modules/**" ] }, "nyc": { "extension": [ ".js" ] } }