https://github.com/angular/angular
Raw File
Tip revision: 56e9b5af651dab4f149cb7ad271360059daa7ef3 authored by Alex Eagle on 04 January 2016, 23:46:37 UTC
0b6e75a chore(ci): cleanup artifact upload
Tip revision: 56e9b5a
package.json
{
  "name": "angular2",
  "version": "2.0.0-beta.0",
  "description": "Angular 2 - a web framework for modern web apps",
  "homepage": "https://github.com/angular/angular",
  "bugs": "https://github.com/angular/angular/issues",
  "contributors": ["Alex Eagle <alexeagle@google.com>","Chirayu Krishnappa <chirayu@google.com>","Jeff Cross <crossj@google.com>","Matias Niemela <matsko@google.com>","Misko Hevery <misko@google.com>","Rado Kirov <radokirov@google.com>","Tobias Bosch <tbosch@google.com>","Victor Savkin <vsavkin@google.com>","Yegor Jbanov <yjbanov@google.com>","Jeremy Elbourn <jelbourn@google.com>"],
  "license": "Apache-2.0",
  "repository": {"type":"git","url":"https://github.com/angular/angular.git"},
  "devDependencies": {},
  "peerDependencies": {
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-beta.0",
    "zone.js": "0.5.10"
  }
}
back to top