-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.57 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ngx-http-configure",
"version": "1.0.10",
"description": "Angular (6+) helpers for configure HTTP interceptors and services.",
"keywords": [
"Angular",
"Angular5",
"Angular6",
"Angular5+",
"Library",
"Http",
"Interceptors",
"Configure"
],
"repository": {
"type": "git",
"url": "https://github.com/drivas/ngx-http-configure.git"
},
"author": {
"name": "Danier Rivas",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/drivas/ngx-http-configure/issues"
},
"homepage": "https://github.com/drivas/ngx-http-configure",
"scripts": {
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"peerDependencies": {
"@angular/common": ">=6.x",
"@angular/core": ">=6.x"
},
"devDependencies": {
"@angular-builders/jest": "~8.3.2",
"@angular-devkit/build-angular": "~0.800.0",
"@angular-devkit/build-ng-packagr": "~0.800.0",
"@angular/cli": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/compiler-cli": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@types/jest": "~25.1.4",
"@types/node": "~8.9.4",
"codelyzer": "~5.0.0",
"jest": "~24.9.0",
"ng-packagr": "~5.2.0",
"rxjs": "~6.4.0",
"ts-node": "~7.0.0",
"tsickle": "~0.35.0",
"tslib": "~1.9.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3",
"zone.js": "~0.9.1"
}
}