{
  "name": "signalk-jwt-security",
  "version": "1.3.0",
  "description": "JWT based security for SignalK Node Server",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "scott@scottbender.net",
  "license": "ISC",
  "dependencies": {
    "debug": "^2.2.0",
    "passport-jwt": "^2.2.1",
    "cookie-parser": "^1.4.3",
    "lodash": "^4.17.4",
    "body-parser": "^1.14.1"
  }
}
