forked from Workiva/dart_dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (42 loc) · 1.13 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: dart_dev
version: 1.7.1
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
authors:
- Workiva Client Platform Team <[email protected]>
- Dustin Lessard <[email protected]>
- Evan Weible <[email protected]>
- Jay Udey <[email protected]>
- Max Peterson <[email protected]>
- Trent Grover <[email protected]>
homepage: https://github.com/Workiva/dart_dev
dependencies:
ansicolor: "^0.0.9"
args: "^0.13.0"
browser: ">=0.10.0 <0.11.0"
browser_detect: "^1.0.3"
completion: "^0.1.5"
coverage: "^0.7.3"
dart_style: ">=0.2.4 <0.3.0"
dartdoc: "^0.9.0"
fluri: "^1.1.1"
path: "^1.3.6"
rate_limit: "^0.1.0"
resource: ">=1.0.0 <3.0.0"
sass: "^0.4.2"
test: "^0.12.0"
uuid: "^0.5.0"
webdriver: "^1.0.0"
yaml: "^2.1.0"
xml: "^2.4.2"
executables:
dart_dev:
environment:
sdk: ">=1.9.0 <2.0.0"
transformers:
- test/pub_serve:
$include: test/**_test{.*,}.dart
- dart_dev/src/sauce_test_harness_transformer:
$include: [
"test/**_test{.*,}.dart",
"test/**_test{.*,}.html",
]