mauth
Version: 
Macaroon-based authorization middleware for Express
25 lines (24 loc) • 498 B
JSON
{
  "name": "mauth",
  "version": "0.2.1",
  "description": "Macaroon-based authorization middleware for Express",
  "repository": {
    "type": "git",
    "url": "https://github.com/Saganus/mauth"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "macaroons",
    "auth",
    "middleware",
    "express"
  ],
  "author": "Akram Shehadi",
  "license": "BSD-3-Clause",
  "dependencies": {
    "macaroons.js": "^0.3.8"
  }
}