2021-05-14 11:27:54 +00:00
|
|
|
name: angel3_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
|
2021-05-14 11:27:54 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/configuration
|
2017-08-16 00:29:13 +00:00
|
|
|
environment:
|
2021-04-10 11:23:57 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2016-04-22 01:17:31 +00:00
|
|
|
dependencies:
|
2021-05-14 11:27:54 +00:00
|
|
|
angel3_framework: ^4.0.0
|
|
|
|
angel3_merge_map: ^2.0.0
|
2021-05-14 11:33:08 +00:00
|
|
|
dotenv: ^3.0.0
|
|
|
|
file: ^6.1.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
|
2021-05-14 11:33:08 +00:00
|
|
|
logging: ^1.0.1
|
2021-04-10 11:23:57 +00:00
|
|
|
pedantic: ^1.11.0
|
2021-05-14 11:27:54 +00:00
|
|
|
angel3_pretty_logging: ^3.0.0
|
2021-05-02 04:12:43 +00:00
|
|
|
test: ^1.17.3
|