Index: pkg/watcher/pubspec.yaml |
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1d6c2469da09a4757d1a26560b1bdcab290dc83b |
--- /dev/null |
+++ b/pkg/watcher/pubspec.yaml |
@@ -0,0 +1,12 @@ |
+name: watcher |
+author: "Dart Team <misc@dartlang.org>" |
+homepage: http://www.dartlang.org |
+description: > |
+ A file watcher. It monitors (currently by polling) for changes to contents |
+ of directories and notifies you when files have been added, removed, or |
+ modified. |
+dependencies: |
+ crypto: any |
+ pathos: any |
+dev_dependencies: |
+ scheduled_test: any |