UNPKG

react-adal-adfs

Version:

Azure Active Directory (ADAL) support for ReactJS Form Post

58 lines (57 loc) 1.52 kB
{ "name": "react-adal-adfs", "version": "0.4.26", "description": "Azure Active Directory (ADAL) support for ReactJS Form Post", "main": "lib/react-adal.js", "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir lib", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/liepang/react-adal.git" }, "keywords": [ "react", "implicit", "js", "AAD", "adal", "oauth", "oauth2", "azure", "react-adal", "actve", "directory", "msal" ], "author": "salvoravida", "license": "MIT", "bugs": { "url": "https://github.com/liepang/react-adal/issues" }, "homepage": "https://github.com/liepang/react-adal#readme", "dependencies": {}, "peerDependencies": { "react": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.5.4", "@babel/preset-react": "^7.0.0", "@babel/runtime-corejs2": "^7.5.4", "@babel/plugin-proposal-class-properties": "^7.5.0", "cross-env": "^5.2.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.1", "eslint-config-defaults": "^9.0.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-react": "^7.14.2", "eslint-plugin-jsx-a11y": "^6.2.3", "react": "^16.8.6", "react-dom": "^16.8.6" } }