forked from Workiva/dart_dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 922 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 922 Bytes
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
name: dart_dev
version: 2.0.0
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
authors:
- Workiva Client Platform Team <clientplatform@workiva.com>
- Dustin Lessard <dustin.lessard@workiva.com>
- Evan Weible <evan.weible@workiva.com>
- Jay Udey <jay.udey@workiva.com>
- Max Peterson <maxwell.peterson@workiva.com>
- Trent Grover <trent.grover@workiva.com>
homepage: https://github.com/Workiva/dart_dev
dependencies:
ansicolor: '>=0.0.9 <2.0.0'
args: '>=0.13.7 <2.0.0'
dart2_constant: ^1.0.1
path: ^1.3.6
resource: '>=1.0.0 <3.0.0'
uuid: '>=0.5.0 <2.0.0'
yaml: ^2.1.0
dev_dependencies:
coverage: '>=0.9.3 <0.13.0'
dart_style: ^1.0.7
dependency_validator: ^1.1.0
test: '>=0.12.24 <2.0.0'
executables:
dart_dev:
environment:
sdk: '>=1.9.0 <3.0.0'
transformers:
- test/pub_serve:
$include: test/**_test{.*,}.dart