mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"name": "@angular/http",
|
|
"version": "$$ANGULAR_VERSION$$",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jsnext:main": "esm/index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rxjs": "5.0.0-beta.6",
|
|
"@angular/core": "$$ANGULAR_VERSION$$"
|
|
}
|
|
}
|