@angular/http
Version:
Angular - the http service
20 lines (19 loc) • 449 B
JSON
{
"name": "@angular/http",
"version": "2.0.1",
"description": "Angular - the http service",
"main": "bundles/http.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-beta.12",
"@angular/core": "2.0.1",
"@angular/platform-browser": "2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}