2016-04-22 01:17:31 +00:00
|
|
|
name: angel_configuration
|
2017-06-14 18:48:13 +00:00
|
|
|
description: Automatic YAML configuration loader for Angel.
|
2017-09-25 13:50:56 +00:00
|
|
|
version: 1.1.0-alpha
|
2016-09-19 20:39:11 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2016-04-22 01:17:31 +00:00
|
|
|
homepage: https://github.com/angel-dart/angel_configuration
|
2017-08-16 00:29:13 +00:00
|
|
|
environment:
|
|
|
|
sdk: ">=1.19.0"
|
2016-04-22 01:17:31 +00:00
|
|
|
dependencies:
|
2017-03-08 22:55:21 +00:00
|
|
|
analyzer: ">=0.28.1 <1.0.0"
|
2017-09-25 13:50:56 +00:00
|
|
|
angel_framework: ^1.1.0-alpha
|
2017-08-16 00:29:13 +00:00
|
|
|
barback: ^0.15.2
|
|
|
|
dotenv: ^0.1.0
|
2017-09-25 13:50:56 +00:00
|
|
|
file: ^2.0.0
|
2017-08-16 00:29:13 +00:00
|
|
|
merge_map: ^1.0.0
|
|
|
|
yaml: ^2.0.0
|
2016-04-22 01:17:31 +00:00
|
|
|
dev_dependencies:
|
2017-08-16 00:29:13 +00:00
|
|
|
test: ^0.12.0
|