29 lines
No EOL
805 B
YAML
29 lines
No EOL
805 B
YAML
name: angel_production
|
|
version: 2.0.0
|
|
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/production
|
|
publish_to: none
|
|
environment:
|
|
sdk: ">=2.10.0 <3.0.0"
|
|
dependencies:
|
|
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
|
|
io: ^1.0.0
|
|
logging: ^1.0.0
|
|
dev_dependencies:
|
|
pedantic: ^1.0.0 |