@auth0/angular-jwt
Version:
JSON Web Token helper library for Angular
35 lines • 897 B
JSON
{
"name": "@auth0/angular-jwt",
"version": "5.1.2",
"description": "JSON Web Token helper library for Angular",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/angular2-jwt"
},
"author": "Sam Bellen",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/angular2-jwt/issues"
},
"keywords": [
"angular",
"angular 2",
"authentication",
"jwt"
],
"homepage": "https://github.com/auth0/angular2-jwt",
"peerDependencies": {
"@angular/common": ">=12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/auth0-angular-jwt.umd.js",
"module": "fesm2015/auth0-angular-jwt.js",
"es2015": "fesm2015/auth0-angular-jwt.js",
"esm2015": "esm2015/auth0-angular-jwt.js",
"fesm2015": "fesm2015/auth0-angular-jwt.js",
"typings": "auth0-angular-jwt.d.ts",
"sideEffects": false
}