UNPKG

ws

Version:

Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js

43 lines (42 loc) 1.19 kB
{ "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)", "name": "ws", "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", "version": "2.0.1", "license": "MIT", "main": "index.js", "keywords": [ "HyBi", "Push", "RFC-6455", "WebSocket", "WebSockets", "real-time" ], "repository": { "type": "git", "url": "git://github.com/websockets/ws.git" }, "scripts": { "test-travis": "npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js", "coverage": "istanbul cover _mocha --report html -- test/*.test.js", "integration": "npm run lint && mocha test/*.integration.js", "test": "npm run lint && mocha test/*.test.js", "lint": "eslint ." }, "dependencies": { "ultron": "~1.1.0" }, "devDependencies": { "benchmark": "~2.1.2", "bufferutil": "~1.3.0", "eslint": "~3.14.0", "eslint-config-semistandard": "~7.0.0", "eslint-config-standard": "~6.2.1", "eslint-plugin-promise": "~3.4.0", "eslint-plugin-standard": "~2.0.1", "istanbul": "~0.4.5", "mocha": "~3.2.0", "utf-8-validate": "~2.0.0" } }