Revision d087a395ca04dbe08bdf93fb1308ca5c8b57a637 authored by einaros on 19 December 2011, 07:43:52 UTC, committed by einaros on 19 December 2011, 07:43:52 UTC
1 parent 13457c8
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.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