UNPKG

basic-authentication

Version:
53 lines (52 loc) 1.27 kB
{ "version": "1.10.0", "name": "basic-authentication", "description": "http basic authentication", "keywords": [ "basic", "basic-auth", "authentication", "authorization" ], "preferGlobal": false, "homepage": "https://github.com/hex7c0/basic-authentication", "author": { "name": "hex7c0", "email": "hex7c0@gmail.com", "url": "https://hex7c0.github.io/" }, "repository": { "type": "git", "url": "https://github.com/hex7c0/basic-authentication.git" }, "bugs": { "url": "https://github.com/hex7c0/basic-authentication/issues", "email": "hex7c0@gmail.com" }, "main": "index.min.js", "dependencies": { "setheaders": "0.4.0" }, "devDependencies": { "cookie-parser": "~1.4", "express": "~4.16", "grunt": "~1.0", "grunt-contrib-uglify": "~3.3", "grunt-contrib-jshint": "~1.1", "grunt-endline": "~0.7", "grunt-safer-regex": "~0.1", "istanbul": "~0.4", "mocha": "~4.1", "supertest": "~3.0" }, "engines": { "node": ">=4" }, "scripts": { "prepare": "npm prune", "prepublishOnly": "grunt", "test": "mocha --bail --check-leaks", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly" }, "license": "Apache-2.0" }