Files
sdk/pkg/watcher/pubspec.yaml
T
nweiz@google.com 9da7f8aa3f Change ScheduledProcess's output streams over to be ScheduledStreams.
This will help test "pub serve" with multiple entrypoints.

R=rnystrom@google.com
BUG=

Review URL: https://codereview.chromium.org//164773003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32770 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-18 22:56:58 +00:00

16 lines
460 B
YAML

name: watcher
version: 0.9.3-dev
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A file watcher. It monitors for changes to contents of directories and
notifies you when files have been added, removed, or modified.
dependencies:
path: ">=0.9.0 <2.0.0"
stack_trace: ">=0.9.1 <0.10.0"
dev_dependencies:
scheduled_test: ">=0.9.3-dev <0.11.0"
unittest: ">=0.9.2 <0.10.0"
environment:
sdk: ">=0.8.10+6 <2.0.0"