UNPKG

restifyve-jwt

Version:

JWT authentication middlewarefor restify > 5.x.

53 lines (52 loc) 1.21 kB
{ "name": "restifyve-jwt", "version": "0.5.1", "description": "JWT authentication middlewarefor restify > 5.x.", "keywords": [ "auth", "authn", "authentication", "authz", "authorization", "http", "jwt", "token", "oauth", "restify" ], "repository": { "type": "git", "url": "git://github.com/andreabat/restifyve-jwt.git" }, "bugs": { "url": "https://github.com/andreabat/restifyve-jwt.git/issues" }, "author": { "name": "Andrea Batazzi", "email": "andrea.batazzi@gmail.com" }, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }], "main": "./lib", "dependencies": { "async": "^0.9.0", "express-unless": "^0.3.0", "jsonwebtoken": "^5.0.0", "restify-errors": "^5.0.0" }, "devDependencies": { "mocha": "1.x.x", "restify": "3.x" }, "peerDependencies": { "restify": "5.x || 6.x" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec" } }