@auth0/angular-jwt
Version:
JSON Web Token helper library for Angular
68 lines (67 loc) • 1.83 kB
JSON
{
"name": "@auth0/angular-jwt",
"version": "3.0.1",
"description": "JSON Web Token helper library for Angular",
"scripts": {
"prepare": "ngc && npm run build",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/angular2-jwt"
},
"keywords": [
"angular",
"angular 2",
"authentication",
"jwt"
],
"author": "Ryan Chenkie",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/angular2-jwt/issues"
},
"main": "bundles/core.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"homepage": "https://github.com/auth0/angular2-jwt",
"peerDependencies": {
"@angular/common": ">=6.0.0"
},
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@angular/router": "^6.0.0",
"@types/hammerjs": "^2.0.35",
"@types/jasmine": "^2.8.7",
"@types/node": "^10.0.6",
"awesome-typescript-loader": "^5.0.0",
"clean-webpack-plugin": "^0.1.19",
"core-js": "^2.5.6",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.1.0",
"loader-utils": "^1.1.0",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"rxjs": "^6.1.0",
"semantic-release": "^15.4.0",
"source-map-loader": "^0.2.3",
"ts-helpers": "^1.1.2",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": ">=2.7.0 <2.8.0",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"zone.js": "^0.8.26"
},
"dependencies": {
"url": "^0.11.0"
}
}