Revision abf4719debc9c408df52c49f0831726d91b91453 authored by einaros on 01 January 2012, 14:33:35 UTC, committed by einaros on 01 January 2012, 14:33:35 UTC
1 parent a4b2a8e
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.9",
  "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