| Index: samples/third_party/dromaeo/pubspec.yaml
|
| diff --git a/samples/third_party/dromaeo/pubspec.yaml b/samples/third_party/dromaeo/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bba4afe7d9d5bb2e1beeb64328b0c274e29bda1e
|
| --- /dev/null
|
| +++ b/samples/third_party/dromaeo/pubspec.yaml
|
| @@ -0,0 +1,17 @@
|
| +name: dromaeo
|
| +version: 0.00.1-dev
|
| +authors: ["Dart Team <misc@dartlang.org>"]
|
| +homepage: http://www.dartlang.org
|
| +description: >
|
| + Dromaeo test suite, written in Dart.
|
| +dependencies:
|
| + browser_controller: ">=0.00.1-dev <0.0.2"
|
| + barback: ">=0.11.1 <0.11.2"
|
| + browser: ">=0.10.0 <0.10.1"
|
| +environment:
|
| + sdk: any
|
| +transformers:
|
| +- dromaeo
|
| +- $dart2js:
|
| + checked: false
|
| + minify: true #TODO: How do you minify for Dart, too? The docs say you indent two spaces less...
|
|
|