Skip to content

Commit

Permalink
Installed Angular2-JWT and Auth0-Lock
Browse files Browse the repository at this point in the history
+ added description, keywords, author and repo object
  • Loading branch information
cstodor committed Apr 11, 2017
1 parent 730d431 commit f560905
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions ng-src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -43,5 +50,6 @@
"ts-node": "3.0.2",
"tslint": "^5.0.0",
"typescript": "~2.2.2"
}
}
},
"repository": {}
}

0 comments on commit f560905

Please sign in to comment.