2018-09-04 20:04:53 +00:00
|
|
|
name: angel_production
|
2021-03-08 13:00:51 +00:00
|
|
|
version: 2.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
|
2021-03-08 13:00:51 +00:00
|
|
|
publish_to: none
|
2018-09-04 20:13:22 +00:00
|
|
|
environment:
|
2021-03-08 13:00:51 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2018-09-04 20:04:53 +00:00
|
|
|
dependencies:
|
2021-03-08 13:00:51 +00:00
|
|
|
angel_container:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/container/angel_container
|
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/framework
|
|
|
|
pub_sub:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/pub_sub
|
|
|
|
args: ^2.0.0
|
2021-03-08 16:12:43 +00:00
|
|
|
io: ^0.3.5
|
2021-03-08 13:00:51 +00:00
|
|
|
logging: ^1.0.0
|
2019-04-28 17:09:44 +00:00
|
|
|
dev_dependencies:
|
2019-04-28 17:51:08 +00:00
|
|
|
pedantic: ^1.0.0
|