drift/moor/pubspec.yaml

37 lines
939 B
YAML
Raw Normal View History

2019-03-09 07:37:22 -08:00
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 1.5.1
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
2019-02-18 11:51:37 -08:00
authors:
2019-05-29 10:43:21 -07:00
- Simon Binder <oss@simonbinder.eu>
2019-02-18 11:51:37 -08:00
maintainer: Simon Binder (@simolus3)
2019-02-03 04:56:31 -08:00
environment:
2019-05-09 02:30:14 -07:00
sdk: '>=2.2.0 <3.0.0'
2019-02-03 04:56:31 -08:00
dependencies:
meta: '>= 1.0.0 <2.0.0'
collection: '>= 1.0.0 <2.0.0'
2019-02-03 04:56:31 -08:00
dev_dependencies:
moor_generator: ^1.5.0
2019-05-29 10:43:21 -07:00
build_runner: '>=1.3.0 <2.0.0'
build_test: ^0.10.8
test: ^1.6.4
2019-04-14 07:29:24 -07:00
test_api: '>=0.2.0 <1.0.0'
2019-06-05 12:12:23 -07:00
test_core: '>=0.2.0 <1.0.0'
mockito: ^4.1.0
grinder: ^0.8.3
coverage: ^0.12.4
2019-03-10 04:00:25 -07:00
dependency_overrides:
moor_generator:
2019-03-19 04:52:02 -07:00
path: ../moor_generator
sqlparser:
path: ../sqlparser
2019-03-19 04:52:02 -07:00
# Temporarily use my fork because it can collect coverage when running tests with the test runner
coverage:
git: https://github.com/simolus3/coverage.git