UNPKG

897 BJSONView Raw
1{
2 "name": "@auth0/angular-jwt",
3 "version": "5.1.2",
4 "description": "JSON Web Token helper library for Angular",
5 "private": false,
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/auth0/angular2-jwt"
9 },
10 "author": "Sam Bellen",
11 "license": "MIT",
12 "bugs": {
13 "url": "https://github.com/auth0/angular2-jwt/issues"
14 },
15 "keywords": [
16 "angular",
17 "angular 2",
18 "authentication",
19 "jwt"
20 ],
21 "homepage": "https://github.com/auth0/angular2-jwt",
22 "peerDependencies": {
23 "@angular/common": ">=12.0.0"
24 },
25 "dependencies": {
26 "tslib": "^2.0.0"
27 },
28 "main": "bundles/auth0-angular-jwt.umd.js",
29 "module": "fesm2015/auth0-angular-jwt.js",
30 "es2015": "fesm2015/auth0-angular-jwt.js",
31 "esm2015": "esm2015/auth0-angular-jwt.js",
32 "fesm2015": "fesm2015/auth0-angular-jwt.js",
33 "typings": "auth0-angular-jwt.d.ts",
34 "sideEffects": false
35}
\No newline at end of file