https://github.com/angular/angular
Raw File
Tip revision: f92e7f0a2b68c65bbee79045dfa8247da3b9b5ac authored by Victor Berchet on 14 December 2015, 21:38:22 UTC
0f8e40b chore(zone.js) : update to 0.5.10 Closes #5845
Tip revision: f92e7f0
package.json
{
  "name": "angular2",
  "version": "2.0.0-alpha.53",
  "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-alpha.14",
    "zone.js": "0.5.10"
  }
}
back to top