UNPKG

cjwt

Version:
33 lines (32 loc) 662 B
{ "name": "cjwt", "version": "0.3.1", "description": "Casstime jwt middleware", "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/Casstime/cjwt.git" }, "keywords": [ "jwt", "express-jwt" ], "author": "pansinm <pansinm@foxmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/Casstime/cjwt/issues" }, "homepage": "https://github.com/Casstime/cjwt#readme", "dependencies": { "debug": "^2.6.3", "express-jwt": "^5.1.0", "uuid": "^3.0.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" } }