{
  "name": "express-guard",
  "version": "1.0.2",
  "description": "A powerful, operation based, access and permission middleware for Express.",
  "main": "./lib",
  "scripts": {
    "eslint": "eslint --cache --fix --format codeframe .",
    "mocha": "mocha --recursive",
    "cover": "istanbul --include-all-sources cover -x 'examples/*.*' _mocha --report lcovonly -- -R dot --recursive test/",
    "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "run-s eslint mocha cover"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinpiac/express-guard.git"
  },
  "keywords": [
    "express-acl",
    "acl-node",
    "permission-middleware",
    "Expressjs",
    "permissions"
  ],
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "author": "Kevin Piacentini <kevinpiac@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kevinpiac/express-guard/issues"
  },
  "homepage": "https://github.com/kevinpiac/express-guard#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.11.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^5.1.1",
    "mocha-lcov-reporter": "^1.3.0",
    "npm-run-all": "^4.1.2",
    "sinon": "^4.5.0"
  }
}
