{
  "name": "@stottle-platform/ngx-auth0-wrapper",
  "version": "0.0.5",
  "description": "Angular wrapper library for Auth0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stottle-uk/platform.git"
  },
  "author": {
    "name": "Stuart Tottle"
  },
  "keywords": [
    "auth0",
    "auth0-js",
    "angular"
  ],
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
    "auth0-js": "^9.8.0"
  },
  "main": "bundles/stottle-platform-ngx-auth0-wrapper.umd.js",
  "module": "fesm5/stottle-platform-ngx-auth0-wrapper.js",
  "es2015": "fesm2015/stottle-platform-ngx-auth0-wrapper.js",
  "esm5": "esm5/stottle-platform-ngx-auth0-wrapper.js",
  "esm2015": "esm2015/stottle-platform-ngx-auth0-wrapper.js",
  "fesm5": "fesm5/stottle-platform-ngx-auth0-wrapper.js",
  "fesm2015": "fesm2015/stottle-platform-ngx-auth0-wrapper.js",
  "typings": "stottle-platform-ngx-auth0-wrapper.d.ts",
  "metadata": "stottle-platform-ngx-auth0-wrapper.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
