From f560905858965473e76288c1450e5d0c021f51c5 Mon Sep 17 00:00:00 2001 From: cstodor Date: Wed, 12 Apr 2017 10:37:06 +1200 Subject: [PATCH] Installed Angular2-JWT and Auth0-Lock + added description, keywords, author and repo object --- ng-src/package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ng-src/package.json b/ng-src/package.json index 42c1532..47fdde2 100644 --- a/ng-src/package.json +++ b/ng-src/package.json @@ -1,11 +1,16 @@ { "name": "quiz-app", "version": "0.5.0", + "description": "Angular 4 - Quiz Application with + Auth0Lock Authentication", + "keywords": [ + "quiz, quiz app, angular4 quiz application, angular quiz app" + ], + "author": "Csaba Todor", "license": "MIT", - "angular-cli": {}, "scripts": { "ng": "ng", "start": "ng serve", + "build": "ng build", "lint": "tslint \"src/**/*.ts\"", "test": "ng test", "pree2e": "webdriver-manager update --standalone false --gecko false", @@ -21,6 +26,8 @@ "@angular/platform-browser": "^4.0.1", "@angular/platform-browser-dynamic": "^4.0.1", "@angular/router": "^4.0.1", + "angular2-jwt": "^0.2.2", + "auth0-lock": "^10.14.0", "core-js": "^2.4.1", "rxjs": "^5.3.0", "ts-helpers": "^1.1.2", @@ -43,5 +50,6 @@ "ts-node": "3.0.2", "tslint": "^5.0.0", "typescript": "~2.2.2" - } -} + }, + "repository": {} +} \ No newline at end of file