forked from google/quiver-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
22 lines (22 loc) · 686 Bytes
/
pubspec.yaml
File metadata and controls
22 lines (22 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: quiver
version: 0.22.0-dev
authors:
- Justin Fagnani <justinfagnani@google.com>
- Yegor Jbanov <yjbanov@google.com>
- Chris Bracken <cbracken@google.com>
- Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
- David Morgan <davidmorgan@google.com>
- John McDole <codefu@google.com>
- Matan Lurey <matanl@google.com>
- Günter Zöchbauer <guenter@gzoechbauer.com>
- Sean Eagan <seaneagan1@gmail.com>
- Victor Berchet <victor@suumit.com>
description: A set of utility libraries for Dart
homepage: https://github.com/google/quiver-dart
environment:
sdk: '>=1.8.0 <2.0.0'
dependencies:
matcher: '>=0.10.0 <0.13.0'
dev_dependencies:
path: '>=1.0.0 <2.0.0'
test: '>=0.12.0 <0.13.0'