-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "@lagoshny/ngx-hateoas-client",
"version": "3.0.11",
"description": "This client used to develop `Angular 12+` applications working with RESTfulll server API with HAL/JSON response type (supports server implementation by Spring HATEOAS)",
"readme": "README.md",
"license": "MIT",
"author": "Ilya Lagoshny",
"peerDependencies": {
"@angular/common": ">=12.x.x",
"@angular/core": ">=12.x.x"
},
"dependencies": {
"tslib": "^2.1.0",
"uri-templates-es": "^1.0.0",
"lodash-es": "^4.17.21"
},
"keywords": [
"Spring Data Rest",
"Spring",
"HAL",
"hypermedia",
"REST",
"Angular 12",
"Angular 13",
"ngx hal client",
"ngx hateoas client",
"hateoas client",
"Angular hateoas client",
"Spring HATEOAS",
"Angulat hal"
],
"homepage": "https://github.com/lagoshny/ngx-hateoas-client",
"issues": {
"url": "https://github.com/lagoshny/ngx-hateoas-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lagoshny/ngx-hateoas-client"
},
"module": "fesm2015/lagoshny-ngx-hateoas-client.mjs",
"es2020": "fesm2020/lagoshny-ngx-hateoas-client.mjs",
"esm2020": "esm2020/lagoshny-ngx-hateoas-client.mjs",
"fesm2020": "fesm2020/lagoshny-ngx-hateoas-client.mjs",
"fesm2015": "fesm2015/lagoshny-ngx-hateoas-client.mjs",
"typings": "lagoshny-ngx-hateoas-client.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./lagoshny-ngx-hateoas-client.d.ts",
"esm2020": "./esm2020/lagoshny-ngx-hateoas-client.mjs",
"es2020": "./fesm2020/lagoshny-ngx-hateoas-client.mjs",
"es2015": "./fesm2015/lagoshny-ngx-hateoas-client.mjs",
"node": "./fesm2015/lagoshny-ngx-hateoas-client.mjs",
"default": "./fesm2020/lagoshny-ngx-hateoas-client.mjs"
}
},
"sideEffects": false
}