platform/angel_container/pubspec.yaml

12 lines
373 B
YAML
Raw Normal View History

2018-07-10 18:18:10 +00:00
name: angel_container
2019-04-17 02:21:51 +00:00
version: 1.0.2
2018-08-11 19:07:35 +00:00
author: Tobe O <thosakwe@gmail.com>
2018-08-20 04:40:30 +00:00
description: "A better IoC container and dependency injector for Angel, ultimately allowing Angel to be used without dart:mirrors."
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:
test: