Index: pkg/mock/pubspec.yaml |
diff --git a/pkg/mock/pubspec.yaml b/pkg/mock/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..877f56d9ab129c5b477240a256500976eb1d1af5 |
--- /dev/null |
+++ b/pkg/mock/pubspec.yaml |
@@ -0,0 +1,12 @@ |
+name: mock |
+version: 0.10.0 |
+author: Dart Team <misc@dartlang.org> |
+description: A library for mocking classes |
+homepage: http://www.dartlang.org |
+environment: |
+ sdk: '>=1.0.0 <2.0.0' |
+documentation: http://api.dartlang.org/docs/pkg/mock |
+dependencies: |
+ matcher: '>=0.10.0 <0.11.0' |
+dev_dependencies: |
+ unittest: '>=0.10.0 <0.11.0' |