UNPKG

authorization-header

Version:
32 lines (31 loc) 800 B
{ "name": "authorization-header", "version": "0.2.0", "description": "Authorization Header middleware for Express and Sails.js", "main": "./lib/index.js", "engines": { "node": ">=4.0.0" }, "scripts": { "test": "./node_modules/mocha/bin/mocha test/**/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/joshuamarquez/node-authorization-header.git" }, "keywords": [ "authorization", "header", "bearer", "token" ], "author": "Joshua Marquez <joshua.marquezn@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/joshuamarquez/node-authorization-header/issues" }, "homepage": "https://github.com/joshuamarquez/node-authorization-header#readme", "devDependencies": { "mocha": "~3.1.2" } }