Revision d489ad595de1e128ec6f96d2383fef696c78217b authored by Victor Berchet on 28 September 2017, 19:18:14 UTC, committed by Victor Berchet on 28 September 2017, 19:18:14 UTC
1 parent 0a3753b
Raw File
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",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.0.1",
    "zone.js": "^0.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top