{
  "name": "@fabrix/spool-permissions",
  "version": "1.5.1",
  "description": "Spool: Permissions (ACL) for Fabrix using Spool-Passport",
  "homepage": "https://fabrix.app",
  "author": {
    "name": "Scott Wyatt",
    "email": "scottwyatt86@gmail.com",
    "url": "https://github.com/scott-wyatt"
  },
  "contributors": [
    {
      "name": "Jaumard",
      "url": "https://github.com/jaumard"
    }
  ],
  "keywords": [
    "spool",
    "fabrix",
    "trailjs",
    "permissions",
    "passport",
    "acl"
  ],
  "scripts": {
    "build": "tsc -p ./lib/tsconfig.release.json",
    "lint": "tslint -p ./lib",
    "watch": "tsc -w -p ./lib/tsconfig.release.json",
    "test": "npm run clean && npm run lint && npm run build && nyc mocha",
    "prepublishOnly": "npm run compile",
    "compile": "npm run clean && npm run build",
    "clean": "rm -rf dist"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "archetype"
  ],
  "pre-commit": [
    "test"
  ],
  "dependencies": {
    "papaparse": "^4.6.0",
    "joi": "^13.4.0",
    "multer": "^1.2.1",
    "shortid": "^2.2.12"
  },
  "devDependencies": {
    "@fabrix/fabrix": "^1.5.3",
    "@fabrix/lint": "^1.0.0-alpha.3",
    "@fabrix/spool-email": "^1.5.0",
    "@fabrix/spool-events": "^1.5.0",
    "@fabrix/spool-express": "^1.5.0",
    "@fabrix/spool-i18n": "^1.5.0",
    "@fabrix/spool-passport": "^1.5.0",
    "@fabrix/spool-router": "^1.5.0",
    "@fabrix/spool-sequelize": "^1.5.0",
    "@fabrix/spool-tapestries": "^1.5.0",
    "@types/lodash": "^4.14.109",
    "@types/node": "~10.3.4",
    "express": "4.16.3",
    "lodash": "^4.17.10",
    "mocha": "^5",
    "nyc": "^13.0.1",
    "passport-local": "^1.0.0",
    "pg": "^6.4.2",
    "smokesignals": "^2.0.0",
    "supertest": "3.3.0",
    "tslib": "~1.9.0",
    "tslint": "~5.10.0",
    "tslint-microsoft-contrib": "~5.0.3",
    "tsutils": "~2.27.1",
    "typescript": "~2.8.1"
  },
  "peerDependencies": {
    "@fabrix/fabrix": "^1.5.3",
    "@fabrix/spool-express": "^1.5.0",
    "@fabrix/spool-router": "^1.5.0",
    "@fabrix/spool-i18n": "^1.5.0",
    "@fabrix/spool-sequelize": "^1.5.0",
    "@fabrix/spool-email": "^1.5.0",
    "@fabrix/spool-passport": "^1.5.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "repository": "https://github.com/fabrix-app/spool-permissions",
  "license": "MIT"
}
