angular2-jwt
Version:
Helper library for handling JWTs in Angular 2+
62 lines (61 loc) • 1.69 kB
JSON
{
"name": "angular2-jwt",
"version": "0.2.3",
"description": "Helper library for handling JWTs in Angular 2+",
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/angular2-jwt.git"
},
"scripts": {
"dev": "tsc --watch",
"test": "karma start",
"prepublish": "tsc",
"ngc":"ngc"
},
"keywords": [
"angular",
"angular2",
"jwt",
"authentication"
],
"author": "ryanchenkie",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/angular2-jwt/issues"
},
"main": "angular2-jwt.js",
"typings": "./angular2-jwt.d.ts",
"types": "./angular2-jwt.d.ts",
"homepage": "https://github.com/auth0/angular2-jwt#readme",
"devDependencies": {
"@angular/common": "^2.4.2||^4.0.0",
"@angular/compiler": "^2.4.2||^4.0.0",
"@angular/compiler-cli": "^2.4.2||^4.0.0",
"@angular/core": "^2.4.2||^4.0.0",
"@angular/http": "^2.4.2||^4.0.0",
"@angular/platform-browser": "^2.4.2||^4.0.0",
"@types/jasmine": "^2.5.46",
"@types/js-base64": "^2.1.3",
"awesome-typescript-loader": "^3.1.2",
"core-js": "^2.3.0",
"es6-shim": "^0.35.3",
"jasmine-core": "^2.4.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"phantomjs-prebuilt": "^2.1.7",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.0.0",
"typescript": "~2.1.5",
"webpack": "^2.3.1",
"zone.js": "~0.7.2||~0.8.5"
},
"peerDependencies": {
"@angular/core": "^2.0.0||^4.0.0",
"@angular/http": "^2.0.0||^4.0.0",
"rxjs": "^5.0.0"
}
}