Add author and homepage fields to the glob package.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//601533002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40611 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pubspec.yaml b/pubspec.yaml
index fdcdcfa..fb8e5e8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,7 @@
 name: glob
 version: 1.0.0
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
 description: Bash-style filename globbing.
 dependencies:
   path: ">=1.0.0 <2.0.0"