{
  "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.2.8",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "scripts": {
    "test": "make test",
    "preinstall": "make validator"
  },
  "engines": {
    "node": ">0.4.0"
  },
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "0.0.x",
    "should": "0.3.2"
  }
}
