Revision 2667bcccfe50f3a70b76c05039ebefd9413ee19c authored by einaros on 04 February 2012, 10:50:47 UTC, committed by einaros on 04 February 2012, 10:50:47 UTC
1 parent a9ada76
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.4.1",
  "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