13 lines
No EOL
352 B
YAML
13 lines
No EOL
352 B
YAML
name: angel_container
|
|
version: 2.0.0
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
description: A hierarchical DI container, and pluggable backends for reflection.
|
|
homepage: https://github.com/angel-dart/container.git
|
|
environment:
|
|
sdk: ">=2.10.0 <3.0.0"
|
|
dependencies:
|
|
collection: ^1.15.0
|
|
quiver: ^2.1.5
|
|
dev_dependencies:
|
|
pedantic: ^1.11.0
|
|
test: ^1.16.5 |