{
  "name": "qwebs-auth-jwt",
  "version": "0.2.21",
  "description": "Authentication service using JSON Web Token for Qwebs server",
  "main": "index.js",
  "dependencies": {
    "qwebs": "latest",
    "jwt-simple": "latest"
  },
  "devDependencies": {
    "jasmine": "latest"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BenoitClaveau/qwebs-auth-jwt.git"
  },
  "keywords": [
    "qwebs",
    "authentication",
    "jwt",
    "json",
    "web",
    "token",
    "promise",
    "q",
    "webserver",
    "web"
  ],
  "author": {
    "name": "Benoît Claveau",
    "email": "benoit.claveau@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BenoitClaveau/qwebs-auth-jwt/issues"
  },
  "homepage": "https://github.com/BenoitClaveau/qwebs-auth-jwt"
}
