https://github.com/angular/angular
Raw File
Tip revision: 19e771a9809afa189eee71537b5a97021f227bbf authored by Timothy Blasi on 03 December 2015, 22:24:26 UTC
0a3a17f fix(dart/reflection): Fix `NoReflectionCapabilities` interface
Tip revision: 19e771a
package.json
{
  "name": "angular2",
  "version": "2.0.0-alpha.47",
  "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"},
  "dependencies": {
    "reflect-metadata": "0.1.2",
    "rxjs": "^5.0.0-alpha.11",
    "zone.js": "0.5.8"
  },
  "devDependencies": {}
}
back to top