swh:1:snp:c53ab93da1867a0ee99951a3636bca865f9194df
Raw File
Tip revision: b720fcaaedf0138f139982822df865e68a9da2ef authored by einaros on 18 December 2011, 14:51:02 UTC
bump
Tip revision: b720fca
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.6",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "contributors": [
    { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" },
    { "name": "Maciej MaƂecki", "email": "maciej.malecki@notimplemented.org" }
  ],
  "bin": {
    "wscat": "./bin/wscat"
  },
  "scripts": {
    "test": "make test",
    "preinstall": "make validator"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "dependencies": {
    "commander": "0.5.0",
    "options": "latest"
  },
  "devDependencies": {
    "mocha": "0.3.x",
    "should": "0.3.2",
    "benchmark": "0.3.x",
    "tinycolor": "0.x"
  }
}
back to top