-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 818 Bytes
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
{
"name": "angular-hal",
"version": "1.0.0",
"description": "This Angular module offers a HAL/JSON http-client to easily interact with a Spring Data Rest API or any API that implements the Spring Data Rest resource model",
"scripts": {
"prepublish": "tsc",
"tsc": "tsc"
},
"keywords": [
"Spring Data Rest",
"Spring",
"HAL",
"hypermedia",
"REST",
"Angular 2/4/5"
],
"author": "sante85",
"license": "MIT",
"issues": {
"url": "https://github.com/sante85/angular-hal/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sante85/angular-hal.git"
},
"devDependencies": {
"typescript": "2.4.2"
},
"dependencies": {
"@angular/common": "5.0.5",
"@angular/core": "5.0.5",
"rxjs": "5.5.5",
"zone.js": "^0.8.18"
}
}