Revision c0583015043c8877b1c63a569874ce4337be6cca authored by einaros on 19 November 2012, 20:23:56 UTC, committed by einaros on 19 November 2012, 20:23:56 UTC
This reverts commit 0eea4c437ce35fe28cedfa238be45261a66c246c.
1 parent 1dc9428
Raw File
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.22",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "bin": {
    "wscat": "./bin/wscat"
  },
  "scripts": {
    "test": "make test",
    "install": "node install.js"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "config": {
    "verbose" : false
  },
  "dependencies": {
    "commander": "~0.6.1",
    "tinycolor": "0.x",
    "options": "latest"
  },
  "devDependencies": {
    "mocha": "~1.2.1",
    "should": "0.6.x",
    "expect.js": "0.1.x",
    "benchmark": "0.3.x",
    "ansi": "latest"
  }
}
back to top