UNPKG

hapi-auth-jwt-simple

Version:

Simple Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)

50 lines (49 loc) 1.15 kB
{ "name": "hapi-auth-jwt-simple", "version": "1.0.0", "description": "Simple Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/stongo/hapi-auth-jwt-simple.git" }, "keywords": [ "Hapi.js", "Authentication", "Auth", "JSON Web Tokens", "JWT" ], "author": "@stongo <stongo@gmail.com> (https://github.com/stongo)", "contributors": [ "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)", { "name": "Kevin Wu", "email": "@eventhough <kevindwusf@gmail.com>" }, { "name": "Alan Shaw", "email": "@alanshaw <alan@tableflip.io>" } ], "license": "ISC", "bugs": { "url": "https://github.com/stongo/hapi-auth-jwt-simple/issues" }, "homepage": "https://github.com/stongo/hapi-auth-jwt-simple", "dependencies": { "boom": "^3.0.0", "cookie": "^0.2.3" }, "devDependencies": { "hapi": "^11.0.5", "jshint": "^2.8.0", "pre-commit": "^1.1.2" }, "engines": { "node": ">=4.0" }, "pre-commit": [ "jshint" ] }