| OLD | NEW |
| 1 name: oauth2 | 1 name: oauth2 |
| 2 version: 0.9.0 | 2 version: 0.9.0 |
| 3 author: "Dart Team <misc@dartlang.org>" | 3 author: "Dart Team <misc@dartlang.org>" |
| 4 homepage: http://www.dartlang.org | 4 homepage: http://www.dartlang.org |
| 5 description: > | 5 description: > |
| 6 A client library for authenticating with a remote service via OAuth2 on | 6 A client library for authenticating with a remote service via OAuth2 on |
| 7 behalf of a user, and making authorized HTTP requests with the user's | 7 behalf of a user, and making authorized HTTP requests with the user's |
| 8 OAuth2 credentials. | 8 OAuth2 credentials. Currently only works with dart:io. |
| 9 dependencies: | 9 dependencies: |
| 10 http: ">=0.9.0 <0.10.0" | 10 http: ">=0.9.0 <0.10.0" |
| 11 dev_dependencies: | 11 dev_dependencies: |
| 12 unittest: ">=0.9.0 <0.10.0" | 12 unittest: ">=0.9.0 <0.10.0" |
| 13 environment: | 13 environment: |
| 14 sdk: ">=0.8.10+6 <2.0.0" | 14 sdk: ">=0.8.10+6 <2.0.0" |
| OLD | NEW |