Add authors and homepages to packages.
Review URL: https://codereview.chromium.org//11418267

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15601 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pubspec.yaml b/pubspec.yaml
index 477d211..ae3d11d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,10 @@
 name: oauth2
-description: A composable, Future-based API for making HTTP requests.
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
+description: >
+  A client library for authenticating with a remote service via OAuth2 on
+  behalf of a user, and making authorized HTTP requests with the user's
+  OAuth2 credentials.
 dependencies:
   unittest:
     sdk: unittest