pristineio/wsd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "version": "0.0.18",
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "contributors": [
    "Ben Shank <ben@pristine.io> (https://pristine.io)"
  ],
  "name": "wsd",
  "description": "A simplified fork of ws",
  "license": "MIT",
  "keywords": [
    "HyBi",
    "Push",
    "RFC-6455",
    "WebSocket",
    "WebSockets",
    "real-time"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/pristineio/wsd"
  },
  "scripts": {
    "test": "make test"
  },
  "dependencies": {},
  "optionalDependencies": {
    "bufferutil": "1.2.x",
    "utf-8-validate": "1.2.x"
  },
  "devDependencies": {
    "ansi": "0.3.x",
    "benchmark": "0.3.x",
    "expect.js": "0.3.x",
    "mocha": "2.2.x",
    "jsonwebtoken": "^5.0.4",
    "should": "4.3.x",
    "tinycolor": "0.0.x"
  }
}