https://github.com/angular/angular
Raw File
Tip revision: acbdc843a092da5bd516bf7ba1bbbaee5a014352 authored by Tobias Bosch on 26 January 2016, 02:32:24 UTC
132829e chore(core): deactivate the tests that use Dart isolates
Tip revision: acbdc84
package.json
{
  "name": "angular2",
  "version": "2.0.0-beta.1",
  "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": "MIT",
  "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