{
  "name": "express-ramses-auth",
  "version": "1.2.1",
  "description": "Express implementation of RAMSES - Robust Access Model for Securing Exposed Services",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test/**/*.spec.js",
    "coverage": "nyc --reporter=html mocha ./test/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KorbinianKuhn/express-ramses-auth.git"
  },
  "keywords": [
    "ramses",
    "express",
    "jws",
    "jwt",
    "security",
    "authentication",
    "authorization",
    "session",
    "encryption"
  ],
  "author": "Korbinian Kuhn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KorbinianKuhn/express-ramses-auth/issues"
  },
  "homepage": "https://github.com/KorbinianKuhn/express-ramses-auth#readme",
  "devDependencies": {
    "express": "^4.15.5",
    "lodash": "^4.17.4",
    "mocha": "^3.5.3",
    "nodemon": "^1.11.0",
    "nyc": "^11.2.1"
  },
  "dependencies": {
    "async": "^2.5.0",
    "express-unless": "^0.3.1",
    "jwa": "^1.1.5",
    "lodash.set": "^4.3.2",
    "ramses-auth": "^1.2.3"
  }
}
