@availity/authorize
Version:
Check user permissions to see if the current user is authorized to see your content.
40 lines (39 loc) • 986 B
JSON
{
"name": "@availity/authorize",
"version": "1.1.3",
"author": "Evan Sharp <evan.sharp@gmail.com>",
"description": "Check user permissions to see if the current user is authorized to see your content.",
"main": "index.js",
"keywords": [
"react",
"availity"
],
"repository": {
"type": "git",
"url": "https://github.com/Availity/availity-react.git"
},
"bugs": {
"url": "https://github.com/Availity/availity-react/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"prop-types": "^15.5.8",
"react-block-ui": "^1.1.1"
},
"devDependencies": {
"@availity/api-axios": "^2.0.0",
"@availity/api-core": "^2.0.0",
"@availity/localstorage-core": "^1.4.0",
"axios": "^0.18.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"peerDependencies": {
"@availity/api-axios": "^2.0.0",
"react": "^16.3.0"
},
"gitHead": "49d436db19e42e3c16b4185b12e9dfcce60ec253"
}