UNPKG

express-basic-auth

Version:

Plug & play basic auth middleware for express

36 lines (35 loc) 770 B
{ "name": "express-basic-auth", "version": "1.0.2", "description": "Plug & play basic auth middleware for express", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/LionC/express-basic-auth.git" }, "keywords": [ "express", "middleware", "basic", "auth", "authentication", "http" ], "author": "LionC <me@lionc.de>", "license": "MIT", "bugs": { "url": "https://github.com/LionC/express-basic-auth/issues" }, "homepage": "https://github.com/LionC/express-basic-auth#readme", "dependencies": { "basic-auth": "^1.0.4" }, "devDependencies": { "mocha": "^3.2.0", "should": "^11.2.0", "supertest": "^3.0.0" } }