-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.06 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "OauthToolkit",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"postinstall": "ng build",
"startproxy": "ng serve --proxy-config proxy.conf.js",
"start": "node server.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"engines": {
"node": "8.9.1",
"npm": "6.1.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.1",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/core": "^7.0.1",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@angular/router": "^7.0.1",
"@okta/jwt-verifier": "0.0.14",
"@okta/okta-signin-widget": "~2.13.0",
"ang-jsoneditor": "^1.5.12",
"bootstrap": "^4.0.0",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"doasync": "^2.0.1",
"dotenv": "^6.1.0",
"express": "^4.16.3",
"jquery": "^3.3.1",
"jsoneditor": "^5.17.1",
"jws": "^3.1.5",
"ng-showdown": "^1.1.0",
"pem-jwk": "^1.5.1",
"popper.js": "^1.14.1",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"showdown": "^1.8.6",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.3",
"@angular-devkit/core": "^7.0.3",
"@angular/cli": "^7.0.3",
"@angular/compiler-cli": "^7.0.1",
"@angular/language-service": "^7.0.1",
"@types/node": "~10.12.1",
"ajv": "^6.5.4",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "^3.1.4"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bgarlow/oauthToolkit.git"
},
"keywords": [
"Okta",
"OAuth",
"OIDC"
],
"author": "Brent Garlow",
"bugs": {
"url": "https://github.com/bgarlow/oauthToolkit/issues"
},
"homepage": "https://github.com/bgarlow/oauthToolkit#readme"
}