Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Side by Side Diff: pkg/watcher/pubspec.yaml

Issue 18612013: File watching package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698