2018-07-10 18:18:10 +00:00
|
|
|
name: angel_container
|
2019-10-12 13:34:15 +00:00
|
|
|
version: 1.1.0
|
2018-08-11 19:07:35 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2019-10-12 13:48:06 +00:00
|
|
|
description: A hierarchical DI container, and pluggable backends for reflection.
|
2018-08-11 19:07:35 +00:00
|
|
|
homepage: https://github.com/angel-dart/container.git
|
|
|
|
environment:
|
|
|
|
sdk: ">=1.8.0 <3.0.0"
|
2018-07-10 18:18:10 +00:00
|
|
|
dependencies:
|
|
|
|
collection: ^1.0.0
|
2018-08-11 19:07:35 +00:00
|
|
|
quiver: ^2.0.0
|
|
|
|
dev_dependencies:
|
2019-10-12 13:34:15 +00:00
|
|
|
pedantic: ^1.0.0
|
|
|
|
test: ^1.0.0
|