-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 748 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 748 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
{
"name": "angular-http-helper",
"version": "1.1.0",
"description": "Helper for http based services in Angular 2+",
"scripts": {
"build": "ngc -p tsconfig.json"
},
"keywords": [],
"author": "Ryan Paulsen",
"license": "ISC",
"dependencies": {
"@types/core-js": "^0.9.35"
},
"devDependencies": {
"@angular/common": "~2.3.0",
"@angular/compiler": "~2.3.0",
"@angular/compiler-cli": "~2.3.0",
"@angular/core": "~2.3.0",
"@angular/http": "~2.3.0",
"@angular/platform-browser": "~2.3.0",
"@angular/platform-server": "~2.3.0",
"rxjs": "5.0.0-rc.4",
"typescript": "~2.0.10",
"zone.js": "^0.7.2"
},
"peerDependencies": {
"@angular/http": "~2.3.0",
"rxjs": "5.0.0-rc.4"
}
}