UNPKG

react-azure-b2c

Version:

Authentication library for Azure AD B2C and ReactJS

54 lines (53 loc) 1.41 kB
{ "name": "react-azure-b2c", "version": "1.0.0-beta.5", "description": "Authentication library for Azure AD B2C and ReactJS", "main": "lib/react-azure-adb2c.js", "scripts": { "compile": "cross-env NODE_ENV=production babel src --out-dir lib", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/NetchexDev/react-azure-adb2c.git" }, "keywords": [ "react", "js", "AAD", "B2C", "oauth", "azure" ], "author": "James Randall", "license": "MIT", "bugs": { "url": "https://github.com/JamesRandall/react-azure-adb2c/issues" }, "homepage": "https://github.com/JamesRandall/react-azure-adb2c#readme", "dependencies": { "msal": "1.3.2" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "6.24.1", "babel-eslint": "^8.0.3", "babel-jest": "20.0.3", "babel-loader": "7.0.0", "babel-plugin-import": "^1.2.1", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-runtime": "6.23.0", "babel-preset-react-app": "^3.0.0", "cross-env": "^5.1.4", "eslint": "^4.12.1", "eslint-config-airbnb": "^16.1.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.5.1" } }