2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/http",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the http service",
|
2016-08-30 21:07:40 -04:00
|
|
|
"main": "bundles/http.umd.js",
|
|
|
|
"module": "index.js",
|
2016-04-28 20:50:03 -04:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-12-18 19:24:50 -05:00
|
|
|
"rxjs": "^5.0.1",
|
2016-05-31 19:44:13 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|