2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/http",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-08-31 01:07:40 +00:00
|
|
|
"description": "Angular 2 http",
|
|
|
|
|
"main": "bundles/http.umd.js",
|
|
|
|
|
"module": "index.js",
|
2016-04-29 00:50:03 +00:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
2016-08-23 00:17:23 +00:00
|
|
|
"rxjs": "5.0.0-beta.11",
|
2016-05-31 23:44:13 +00:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|
|
|
|
|
}
|