Revision ef7007494edd2676933e559ab355179b7e5fe04f authored by einaros on 12 December 2011, 08:02:11 UTC, committed by einaros on 12 December 2011, 08:02:11 UTC
1 parent 00ea0e2
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.2",
  "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