https://github.com/angular/angular
Raw File
Tip revision: 9de45fa65069af5015c33fee439776c1bf560af6 authored by Victor Berchet on 08 November 2017, 18:29:46 UTC
docs: add changelog for 5.0.1
Tip revision: 9de45fa
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "main": "./bundles/core.umd.js",
  "module": "./esm5/core.js",
  "es2015": "./esm2015/core.js",
  "typings": "./core.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "zone.js": "^0.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top