2018-09-04 20:04:53 +00:00
|
|
|
name: angel_production
|
2018-09-04 20:13:22 +00:00
|
|
|
version: 1.0.0-alpha
|
|
|
|
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
|