Revision cba13b8dfbf16c8fdcadf6d780abde8c1454f3b7 authored by einaros on 13 December 2011, 22:21:54 UTC, committed by einaros on 13 December 2011, 22:21:54 UTC
1 parent 4855125
Raw File
package.json
{
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "name": "ws",
  "description": "simple and very fast websocket protocol client for node.js",
  "version": "0.3.5-4",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "bin": {
    "wscat": "./bin/wscat"
  },
  "scripts": {
    "test": "make test",
    "preinstall": "make validator"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "dependencies": {
    "commander": "0.5.0"
  },
  "devDependencies": {
    "mocha": "0.3.x",
    "should": "0.3.2",
    "benchmark": "0.3.x",
    "tinycolor": "0.x"
  }
}
back to top