{
  "name": "socketio-jwt-auth",
  "version": "0.0.6",
  "description": "Socket.io authentication middleware using Json Web Token",
  "keywords": [
    "socket.io",
    "socket.io middleware",
    "authenticate",
    "authentication",
    "authorize",
    "authorization",
    "auth",
    "jwt",
    "Json Web Token",
    "Socket.io JWT Auth"
  ],
  "main": "./lib",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec --require test/bootstrap test/*.test.js"
  },
  "author": {
    "name": "Lei Lei",
    "email": "adcentury100@gmail.com"
  },
  "contributors": [
    "Dave Sag <davesag@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/adcentury/socketio-jwt-auth.git"
  },
  "license": "MIT",
  "dependencies": {
    "jwt-simple": "^0.5",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^3.1",
    "socket.io": "^1.3.7",
    "socket.io-client": "^1.3.7"
  }
}
