{
  "name": "redux-oidc",
  "version": "4.0.0-beta1",
  "description": "A package for managing OpenID Connect authentication in redux apps",
  "main": "dist/redux-oidc.js",
  "types": "./index.d.ts",
  "scripts": {
    "test": "mocha-webpack --webpack-config webpack.config-test.js \"tests/**/*.test.js\"",
    "build": "webpack -p",
    "prepublish": "npm run test",
    "pretest": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxmantz/redux-oidc.git"
  },
  "bugs": {
    "url": "https://github.com/maxmantz/redux-oidc/issues",
    "email": "maximilian.mantz@yahoo.de"
  },
  "keywords": [
    "oidc",
    "redux",
    "react-component",
    "react-redux",
    "openid",
    "oauth2"
  ],
  "author": "Maximilian Mantz",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.10",
    "babel-plugin-rewire": "^1.0.0",
    "babel-plugin-uglify": "^1.0.2",
    "babel-polyfill": "^6.20.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "babel-register": "^6.18.0",
    "babel-template": "^6.16.0",
    "babel-types": "^6.21.0",
    "browserify": "^13.3.0",
    "chai": "^3.5.0",
    "cheerio": "^0.22.0",
    "co-mocha": "^1.1.3",
    "enzyme": "^2.7.0",
    "es6-promise": "^4.0.5",
    "expect": "^1.20.2",
    "file-loader": "^0.9.0",
    "jsdom": "^9.9.1",
    "json-loader": "^0.5.4",
    "mocha": "^3.2.0",
    "mocha-webpack": "^0.7.0",
    "node-storage-shim": "^1.0.1",
    "sinon": "^1.17.7",
    "webpack": "^2.2.0",
    "webpack-node-externals": "^1.5.4"
  },
  "peerDependencies": {
    "react": ">=16.8.4",
    "prop-types": ">=15.5.8",
    "oidc-client": ">=1.6.1"
  },
  "browserify": {
    "transform": [
      "reactify"
    ]
  }
}
