platform/packages/configuration/pubspec.yaml

20 lines
481 B
YAML
Raw Normal View History

2016-04-22 01:17:31 +00:00
name: angel_configuration
2018-12-31 15:43:15 +00:00
description: Automatic YAML application configuration loader for Angel, with .env support.
version: 2.2.0
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: ">=2.0.0 <3.0.0"
2016-04-22 01:17:31 +00:00
dependencies:
angel_framework: ^2.0.0
2018-08-21 19:07:09 +00:00
dotenv: ^1.0.0
file: ^5.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:
2018-12-31 15:41:56 +00:00
io: ^0.3.2
2020-05-04 15:59:33 +00:00
logging: ^0.11.0
pedantic: ^1.0.0
2020-05-04 15:59:33 +00:00
pretty_logging: ^1.0.0
2018-08-21 19:07:09 +00:00
test: ^1.0.0