ZenitechSoftware/visa-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "visa-js",
  "version": "1.0.24",
  "description": "Simple and flexible Access Control Manager based on Attribute Based Access Control (ABAC) paradigm that works well with Express and Passport or independently",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=lcov mocha",
    "lint": "eslint lib"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ZenitechSoftware/visa-js.git"
  },
  "keywords": [
    "access",
    "control",
    "ABAC",
    "authorization",
    "authorize",
    "visa",
    "visajs",
    "visa.js"
  ],
  "author": "Zenitech.co.uk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZenitechSoftware/visa-js/issues"
  },
  "homepage": "https://github.com/ZenitechSoftware/visa-js#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^8.11.0",
    "express": "^4.18.2",
    "express-async-errors": "^3.1.1",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "passport": "^0.6.0",
    "passport-strategy": "^1.0.0",
    "supertest": "^6.3.3"
  },
  "dependencies": {
    "async": "^3.2.4"
  }
}