| Index: pkg/barback/pubspec.yaml
|
| diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..903fa41756ab1f450ef815c0aa56b51e64c08e0c
|
| --- /dev/null
|
| +++ b/pkg/barback/pubspec.yaml
|
| @@ -0,0 +1,17 @@
|
| +name: barback
|
| +author: "Dart Team <misc@dartlang.org>"
|
| +homepage: http://www.dartlang.org
|
| +description: >
|
| + An asset build system.
|
| +
|
| + Given a set of input files and a set of transformations (think compilers,
|
| + preprocessors and the like), will automatically apply the appropriate
|
| + transforms and generate output files. When inputs are modified, automatically
|
| + runs the transforms that are affected.
|
| +
|
| + Runs transforms asynchronously and in parallel when possible to maximize
|
| + responsiveness.
|
| +dependencies:
|
| + pathos: any
|
| +dev_dependencies:
|
| + scheduled_test: any
|
|
|