UNPKG

jsonwebtoken-redis

Version:
45 lines (44 loc) 1 kB
{ "name": "jsonwebtoken-redis", "description": "Json Web Token Redis", "version": "1.0.6", "author": { "name": "Ayro team", "email": "team@ayro.io", "url": "https://ayro.io" }, "homepage": "https://ayro.io", "main": "index.js", "scripts": { "lint": "eslint '**/*.js'", "test": "mocha 'test/**/*.js'" }, "keywords": [ "jwt", "jsonwebtoken", "redis" ], "repository": { "type": "git", "url": "git://github.com/ayrolabs/jsonwebtoken-redis" }, "bugs": { "url": "https://github.com/ayrolabs/jsonwebtoken-redis/issues" }, "dependencies": { "jsonwebtoken": "^8.2.1", "lodash.clonedeep": "^4.5.0", "ms": "^2.1.1", "uuid": "^3.2.1" }, "devDependencies": { "bluebird": "^3.5.1", "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-import": "^2.11.0", "mocha": "^5.1.1", "redis-mock": "^0.21.0" } }