{
  "name": "mongoose-role",
  "version": "3.0.5",
  "description": "Adds a role and access level functionality to a model",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "istanbul cover _mocha",
    "posttest": "istanbul check-coverage --statements 100 --lines 100 --branches 100 --functions 100",
    "lint": "standard",
    "codeclimate": "cat ./coverage/lcov.info | codeclimate-test-reporter"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ksmithut/mongoose-role.git"
  },
  "keywords": [
    "mongoose",
    "role",
    "account",
    "acl"
  ],
  "author": "ksmithut",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ksmithut/mongoose-role/issues"
  },
  "homepage": "https://github.com/ksmithut/mongoose-role",
  "eslintConfig": {
    "root": true,
    "extends": [
      "standard"
    ]
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "codeclimate-test-reporter": "^0.5.1",
    "istanbul": "^0.4.5",
    "mocha": "^6.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "mongoose": "^5.7.7",
    "standard": "^14.3.1"
  }
}
