{
  "name": "angular-auth0",
  "version": "3.1.0",
  "description": "Auth0.js v9 wrapper for Angular.js",
  "main": "index.js",
  "scripts": {
    "version": "node update-telemetry && npm run build && git add -A dist && git add -A src/version.js",
    "build": "webpack",
    "build:watch": "webpack --progress --colors --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/angular-auth0.git"
  },
  "author": "Auth0",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auth0/angular-auth0/issues"
  },
  "homepage": "https://github.com/auth0/angular-auth0#readme",
  "devDependencies": {
    "webpack": "^5.37.1",
    "webpack-cli": "^4.7.0"
  },
  "dependencies": {
    "angular": "^1.8.0",
    "auth0-js": "^9.16.1"
  }
}
