Merge pull request #11 from dart-lang/bump_to_0.0.2

Version bump.
diff --git a/pubspec.yaml b/pubspec.yaml
index 27af78e..0efb23f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: package_config
-version: 0.0.1
+version: 0.0.2
 description: Support for working with Package Resolution config files.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/package_config
@@ -9,8 +9,8 @@
 
 dependencies:
   charcode: '^1.1.0'
-  path: "any"
-  http: "any"
+  http: '^0.11.2'
+  path: '>=1.0.0 <2.0.0'
 
 dev_dependencies:
   test: '>=0.12.0 <0.13.0'