OLD | NEW |
---|---|
(Empty) | |
1 name: watcher | |
2 author: "Dart Team <misc@dartlang.org>" | |
3 homepage: http://www.dartlang.org | |
4 description: > | |
5 A file watcher. It monitors (currently by polling) for changes to contents | |
6 of directories and notifies you when files have been added, removed, or | |
7 modified. | |
8 dependencies: | |
9 crypto: any | |
10 pathos: any | |
11 dev_dependencies: | |
12 scheduled_test: any | |
OLD | NEW |