{
  "name": "loopback-component-sec",
  "version": "0.4.2",
  "description": "A loopback security component with scoped roles management and permission access control",
  "main": "./src/index.js",
  "jsnext:main": "./src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "eslint src test",
    "test": "npm run lint && nyc mocha test/**/*.test.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/taoyuan/loopback-component-sec"
  },
  "keywords": [],
  "author": {
    "name": "Yuan Tao",
    "email": "towyuan@outlook.com",
    "website": ""
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/taoyuan/loopback-component-sec/issues"
  },
  "homepage": "https://github.com/taoyuan/loopback-component-sec#readme",
  "dependencies": {
    "arrify": "^1.0.1",
    "bluebird": "^3.4.7",
    "chalk": "^1.1.3",
    "debug": "^2.6.0",
    "depd": "^1.1.0",
    "lodash": "^4.17.4",
    "nsec": "^0.4.0",
    "strong-globalize": "^2.8.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "cls-hooked": "^4.1.4",
    "cors": "^2.8.1",
    "coveralls": "^2.11.15",
    "eslint": "^3.14.0",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-mocha": "^4.8.0",
    "eslint-plugin-react": "^6.9.0",
    "loopback": "strongloop/loopback",
    "loopback-boot": "^2.23.0",
    "loopback-component-admin": "0.0.7",
    "loopback-component-explorer": "^4.0.0",
    "loopback-component-fixtures": "ttothAISS/loopback-component-fixtures",
    "loopback-connector-mongodb": "^3.0.0",
    "loopback-context": "josieusa/loopback-context#feature/cls-hooked-3",
    "loopback-datasource-juggler": "^3.2.0",
    "mocha": "^3.2.0",
    "needs": "^1.0.3",
    "nyc": "^10.1.2",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "strong-error-handler": "^1.1.1",
    "supertest": "^2.0.1",
    "supertest-as-promised": "^4.0.2",
    "xo": "^0.17.1"
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
