Revision 7577e1e87227e4d625066aa1153246b507bf6f3d authored by einaros on 24 November 2011, 21:10:17 UTC, committed by einaros on 24 November 2011, 21:10:17 UTC
1 parent 6ab7bda
Raw File
package.json
{
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "name": "easy-websocket",
  "description": "plain and simple websocket client",
  "version": "0.1.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/easy-websocket.git"
  },
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": "~0.6.0"
  },
  "dependencies": {
  },
  "devDependencies": {
      "expresso": "0.9.x"      
  }
}
back to top