| OLD | NEW |
| (Empty) | |
| 1 name: angular |
| 2 version: 0.9.3 |
| 3 authors: |
| 4 - Misko Hevery <misko@hevery.com> |
| 5 - Pavel Jbanov <pavelgj@gmail.com> |
| 6 - James deBoer <james@huronbox.com> |
| 7 - Chirayu Krishnappa <chirayu@google.com> |
| 8 description: Angular for dart. |
| 9 homepage: https://github.com/angular/angular.dart |
| 10 environment: |
| 11 sdk: '>=0.8.10' |
| 12 dependencies: |
| 13 analyzer: ">=0.10.0 <0.11.0" |
| 14 browser: ">=0.8.7 <0.10.0" |
| 15 di: ">=0.0.24 <0.1.0" |
| 16 html5lib: ">=0.8.7 <0.10.0" |
| 17 intl: ">=0.8.7 <0.10.0" |
| 18 js: ">=0.2.0 <0.3.0" |
| 19 perf_api: ">=0.0.8 <0.1.0" |
| 20 route_hierarchical: ">=0.4.7 <0.5.0" |
| 21 unittest: ">=0.8.7 <0.10.0" |
| OLD | NEW |