platform/packages/configuration/pubspec.yaml

25 lines
625 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.
2021-03-07 13:49:03 +00:00
version: 3.0.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
2021-03-07 13:49:03 +00:00
publish_to: none
2017-08-16 00:29:13 +00:00
environment:
2021-03-07 13:49:03 +00:00
sdk: ">=2.10.0 <3.0.0"
2016-04-22 01:17:31 +00:00
dependencies:
2021-03-07 13:49:03 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
dotenv: ^3.0.0-nullsafety.0
2021-03-07 13:49:03 +00:00
# file: ^5.0.0
2017-08-16 00:29:13 +00:00
merge_map: ^1.0.0
2021-03-07 13:49:03 +00:00
yaml: ^3.1.0
2016-04-22 01:17:31 +00:00
dev_dependencies:
2021-03-07 13:49:03 +00:00
io: ^1.0.0
# logging: ^0.11.0
pedantic: ^1.0.0
2021-03-07 13:49:03 +00:00
# pretty_logging: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7