platform/pubspec.yaml

17 lines
464 B
YAML
Raw Normal View History

2018-09-04 20:04:53 +00:00
name: angel_production
2019-04-28 17:09:44 +00:00
version: 1.0.0
2018-09-04 20:13:22 +00:00
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
2018-09-04 20:14:05 +00:00
author: Tobe O <thosakwe@gmail.com>
2018-09-04 20:13:22 +00:00
homepage: https://github.com/angel-dart/production
environment:
sdk: ">=2.0.0-dev <3.0.0"
2018-09-04 20:04:53 +00:00
dependencies:
2018-09-04 20:14:05 +00:00
angel_container: ^1.0.0-alpha
2018-09-04 20:04:53 +00:00
angel_framework: ^2.0.0-alpha
args: ^1.0.0
io: ^0.3.2
2018-09-04 20:13:22 +00:00
logging: ^0.11.3
2018-09-04 20:34:33 +00:00
pub_sub: ^2.0.0
2019-04-28 17:09:44 +00:00
dev_dependencies:
pedantic: ^1.0.0