forked from giovannicandido/angular-spa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.dist.json
41 lines (41 loc) · 1.04 KB
/
package.dist.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
{
"name": "angular-spa",
"version": "1.1.0",
"description": "Utilities for angular 2 applications backed by generator-spring-spa project",
"main": "bundles/angular-spa.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"angular",
"angular2",
"angular 2",
"ng2",
"utils",
"ui",
"keycloak",
"security"
],
"author": "Giovanni Silva",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/giovannicandido/angular-spa.git"
},
"bugs": {
"url": "https://github.com/giovannicandido/angular-spa/issues"
},
"homepage": "https://github.com/giovannicandido/angular-spa#readme",
"peerDependencies": {
"@angular/common": ">=4.0.0 <6.0.0",
"@angular/core": ">=4.0.0 <6.0.0",
"@angular/http": ">=4.0.0 <6.0.0",
"@angular/router": ">=4.0.0 <6.0.0",
"core-js": "^2.4.1",
"rxjs": ">=5.0.0 <6.0.0",
"zone.js": ">=0.6.26 < 2.0.0"
},
"dependencies": {
"keycloak-js": "^4.0.0-beta.1",
"angular-http-interceptor": "^2.0.0"
}
}