blob: 1c89811e9ae3b3c23c2cbd4aef1f34f9264be368 [file] [log] [blame]
name: dart_style
version: 0.1.2
author: Dart Team <misc@dartlang.org>
description: Opinionated, automatic Dart source code formatter.
homepage: https://github.com/dart-lang/dart_style
dependencies:
analyzer: '>=0.22.0 <0.23.0'
args: '>=0.12.1 <0.13.0'
path: '>=1.0.0 <2.0.0'
source_span: '>=1.0.0 <2.0.0'
dev_dependencies:
browser: '>=0.10.0 <0.11.0'
scheduled_test: '>=0.11.2 <0.12.0'
unittest: '>=0.11.0 <0.12.0'
executables:
dartformat: format
# Tell the bots not to bother building the tests since they don't run in a
# browser anyway.
transformers:
- $dart2js:
$exclude: 'test/**'