{
  "name": "reactjs-adal-adfs",
  "version": "0.0.2",
  "description": "Azure Active Directory (ADAL) support for ReactJS",
  "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",
    "sdk:update": "node internals/update-sdk.js"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
    "react",
    "implicit",
    "js",
    "AAD",
    "adal",
    "oauth",
    "oauth2",
    "azure",
    "react-adal",
    "actve",
    "directory",
    "msal",
    "adfs"
  ],
  "author": "mouhcine",
  "license": "MIT",
  "dependencies": {},
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.6.2",
    "@babel/core": "7.6.2",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/polyfill": "7.6.0",
    "@babel/preset-env": "7.6.2",
    "@babel/preset-react": "7.0.0",
    "@babel/runtime-corejs2": "7.6.2",
    "cross-env": "6.0.0",
    "eslint": "6.4.0",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-defaults": "9.0.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.14.3",
    "prettier": "^1.18.2",
    "react": "16.10.0",
    "react-dom": "16.10.0"
  }
}
