https://github.com/angular/angular
Raw File
Tip revision: f2fcb1347faf0d40563a57f6f95e928075eea790 authored by Jeremy Elbourn on 02 December 2015, 21:14:17 UTC
1417e12 refactor(playground): rename bindings to providers
Tip revision: f2fcb13
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",
    "@reactivex/rxjs": "5.0.0-alpha.7",
    "zone.js": "0.5.8"
  },
  "devDependencies": {}
}
back to top