-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 KB
/
package.json
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
{
"name": "@hub9/angular-oauth-client",
"version": "2.0.9",
"description": "Angular authentication module for OAuth APIs",
"main": "lib/index.js",
"typings": "lib/index",
"repository": "https://github.com/hub9/angular-oauth-client",
"keywords": [
"angular",
"oauth"
],
"author": "hub9",
"license": "MIT",
"homepage": "https://github.com/hub9/angular-oauth-client",
"bugs": "https://github.com/hub9/angular-oauth-client/issues",
"scripts": {
"build": "ngc",
"lint": "tslint --project .",
"lint:fix": "tslint --fix --project ."
},
"peerDependencies": {
"@angular/common": "^5.0.0",
"@angular/core": "^5.0.0"
},
"devDependencies": {
"@angular/common": "^5.2.1",
"@angular/compiler": "^5.2.1",
"@angular/compiler-cli": "^5.2.1",
"@angular/core": "^5.2.1",
"@angular/platform-browser": "^5.2.1",
"@angular/platform-browser-dynamic": "^5.2.1",
"@angular/router": "^5.2.1",
"@hub9/tslint-config": "^1.0.5",
"rxjs": "^5.5.6",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"zone.js": "^0.8.20"
}
}