{
  "name": "socketio-jwt-auth",
  "version": "0.2.1",
  "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": "mocha",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
  },
  "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": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.0",
    "mocha-lcov-reporter": "^1.3.0",
    "socket.io": "^1.3.7",
    "socket.io-client": "^1.3.7"
  }
}
