Revision 89242378552cc32f859d17c03a186a294922f2e3 authored by einaros on 08 December 2011, 11:39:21 UTC, committed by einaros on 08 December 2011, 11:39:21 UTC
1 parent a5eabae
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.0",
  "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.0.x",
    "should": "0.3.2"
  }
}
back to top