{
    "name": "non-native-websocket",
    "description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
    "keywords": ["websocket", "websockets", "socket", "networking", "comet", "push"],
    "author": "Gareth Aye <gareth.aye@gmail.com>",
    "version": "0.0.1",
    "repository": {
        "type": "git",
        "url": "http://github.com/gaye/WebSocket-Node.git"
    },
    "engines": {
        "node": ">=0.6.10"
    },
    "config": {
      "verbose" : false
    },
    "main": "index",
    "directories": {
        "lib": "./lib"
    }
}
