flutter/dev/devicelab/pubspec.yaml
Michael Goderbauer a559b8df5c [Regression] Re-enable ANSI color support on Windows (#9232)
Also adds a test to make sure we don't break it again.
2017-04-05 15:44:22 -07:00

21 lines
502 B
YAML

name: flutter_devicelab
version: 0.0.1
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Flutter continuous integration performance and correctness tests.
homepage: https://github.com/flutter/flutter
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
args: ^0.13.4
meta: ^1.0.4
path: ^1.4.0
process: 2.0.3
stack_trace: ^1.4.0
vm_service_client: '0.2.2+4'
dev_dependencies:
# See packages/flutter_test/pubspec.yaml for why we're pinning this version.
test: 0.12.20