ed4a747343
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//18612013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24971 260f80e4-7a28-3924-810f-c04153c831b5
14 lines
362 B
YAML
14 lines
362 B
YAML
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
|
|
path: any
|
|
dev_dependencies:
|
|
scheduled_test: any
|
|
unittest: any
|