24 lines
567 B
JSON
24 lines
567 B
JSON
{
|
|
"name": "@angular/http",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the http service",
|
|
"main": "./bundles/http.umd.js",
|
|
"module": "./esm5/http.js",
|
|
"es2015": "./esm2015/http.js",
|
|
"typings": "./http.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"rxjs": "^5.0.1",
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|