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

Side by Side Diff: dart/pkg/barback/pubspec.yaml

Issue 62783003: Version 0.8.10.7 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « dart/pkg/async_helper/pubspec.yaml ('k') | dart/pkg/browser/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: barback 1 name: barback
2 version: 0.9.0
2 author: "Dart Team <misc@dartlang.org>" 3 author: "Dart Team <misc@dartlang.org>"
3 homepage: http://www.dartlang.org 4 homepage: http://www.dartlang.org
4 description: > 5 description: >
5 An asset build system. 6 An asset build system.
6 7
7 Given a set of input files and a set of transformations (think compilers, 8 Given a set of input files and a set of transformations (think compilers,
8 preprocessors and the like), will automatically apply the appropriate 9 preprocessors and the like), will automatically apply the appropriate
9 transforms and generate output files. When inputs are modified, automatically 10 transforms and generate output files. When inputs are modified, automatically
10 runs the transforms that are affected. 11 runs the transforms that are affected.
11 12
12 Runs transforms asynchronously and in parallel when possible to maximize 13 Runs transforms asynchronously and in parallel when possible to maximize
13 responsiveness. 14 responsiveness.
14 dependencies: 15 dependencies:
15 path: any 16 path: ">=0.9.0 <0.10.0"
16 source_maps: any 17 source_maps: ">=0.9.0 <0.10.0"
17 stack_trace: any 18 stack_trace: ">=0.9.0 <0.10.0"
18 dev_dependencies: 19 dev_dependencies:
19 scheduled_test: any 20 scheduled_test: ">=0.9.0 <0.10.0"
20 unittest: any 21 unittest: ">=0.9.0 <0.10.0"
22 environment:
23 sdk: ">=0.8.10+6 <2.0.0"
OLDNEW
« no previous file with comments | « dart/pkg/async_helper/pubspec.yaml ('k') | dart/pkg/browser/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698