{
  "name": "limes",
  "version": "6.1.10",
  "description": "limes authenticates users.",
  "contributors": [
    {
      "name": "Golo Roden",
      "email": "golo.roden@thenativeweb.io"
    },
    {
      "name": "Matthias Wagler",
      "email": "matthias.wagler@thenativeweb.io"
    },
    {
      "name": "Hannes Leutloff",
      "email": "hannes.leutloff@thenativeweb.io"
    },
    {
      "name": "Markus Fürer",
      "email": "m.fuerer@vtxmail.ch"
    }
  ],
  "private": false,
  "main": "build/lib/Limes.js",
  "types": "build/lib/Limes.d.ts",
  "dependencies": {
    "@types/express": "4.17.13",
    "@types/jsonwebtoken": "8.5.8",
    "jsonwebtoken": "8.5.1"
  },
  "devDependencies": {
    "@types/supertest": "2.0.11",
    "@types/uuid": "8.3.4",
    "assertthat": "6.4.0",
    "express": "4.17.2",
    "flaschenpost": "5.0.50",
    "roboter": "12.6.5",
    "semantic-release-configuration": "2.0.7",
    "supertest": "6.2.2",
    "uuid": "8.3.2"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/thenativeweb/limes.git"
  },
  "keywords": [
    "authentication",
    "jwt",
    "security",
    "token"
  ],
  "license": "MIT"
}
