https://github.com/angular/angular
Raw File
Tip revision: 7a715b2403867aa3adfab1c87acd22af4fd8697b authored by Victor Berchet on 23 March 2017, 23:48:54 UTC
docs: add changelog for 4.0.0
Tip revision: 7a715b2
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "main": "./bundles/core.umd.js",
  "module": "./@angular/core.es5.js",
  "es2015": "./@angular/core.js",
  "typings": "./core.d.ts",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "rxjs": "^5.0.1",
    "zone.js": "^0.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top