https://github.com/websockets/ws
Raw File
Tip revision: 8ff7ff467a058405812b27e83f61940ed778ce10 authored by einaros on 07 February 2012, 08:15:47 UTC
bump
Tip revision: 8ff7ff4
package.json
{
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "name": "ws",
  "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
  "version": "0.4.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "bin": {
    "wscat": "./bin/wscat"
  },
  "scripts": {
    "test": "make test",
    "preinstall": "make"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "dependencies": {
    "commander": "0.5.0",
    "options": "latest"
  },
  "devDependencies": {
    "mocha": "0.8.x",
    "should": "0.4.2",
    "benchmark": "0.3.x",
    "tinycolor": "0.x"
  }
}
back to top