forked from Workiva/w_module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
31 lines (28 loc) · 789 Bytes
/
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
name: w_module
version: 0.4.1
description: Base module classes with a well defined lifecycle for modular Dart applications.
authors:
- Workiva Client Platform Team <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/w_module
dependencies:
logging: ^0.11.0
meta: ^1.0.0
w_common: ^1.0.0
dev_dependencies:
browser: ^0.10.0+2
browser_detect: ^1.0.3
coverage: ^0.7.3
dart_dev: ^1.0.0
dart_style: ^0.2.1
dartdoc: ^0.8.0
mockito: ^1.0.1
react: ">=0.5.0 <0.8.0"
test: ^0.12.0
w_flux: ^1.0.0
environment:
sdk: ">=1.9.0 <2.0.0"