Chromium Code Reviews| Index: pkg/smoke/pubspec.yaml |
| diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..700c6c723e4cfbe744cb2f14f00344fe8006e1b2 |
| --- /dev/null |
| +++ b/pkg/smoke/pubspec.yaml |
| @@ -0,0 +1,15 @@ |
| +name: smoke |
| +version: 0.1.0-dev |
| +author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
| +description: > |
| + A restricted reflective system that uses mirrors at development time, but that |
| + can be replaced with non-reflective calls using code generation. See README.md |
| + for mode details. |
| +dependencies: |
| + barback: ">=0.9.0 <0.12.0" |
| + logging: ">=0.9.0 <0.10.0" |
| +transformers: [smoke/src/default_transformer] |
|
Jennifer Messerly
2014/02/20 21:24:47
qq: do people need to run this outside of this pkg
Siggi Cherem (dart-lang)
2014/02/20 22:19:48
exactly, no need to run this in other packages. Th
|
| +dev_dependencies: |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.1.0-dev.5.0 <2.0.0" |