https://github.com/angular/angular
Raw File
Tip revision: dfe2bad6633b9231f97d5a38e946c389c9f4cfbb authored by MisĖŒko Hevery on 26 July 2017, 19:37:14 UTC
build: Add GitHub scripts for rebasing PRs (#18359)
Tip revision: dfe2bad
package.json
{
  "name": "@angular/compiler",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the compiler library",
  "main": "./bundles/compiler.umd.js",
  "module": "./@angular/compiler.es5.js",
  "es2015": "./@angular/compiler.js",
  "typings": "./compiler.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top