bda70d18e3
git-subtree-dir: packages/configuration git-subtree-mainline:c77d25f6d0
git-subtree-split:a7902feaa0
16 lines
428 B
YAML
16 lines
428 B
YAML
name: angel_configuration
|
|
description: Automatic YAML application configuration loader for Angel, with .env support.
|
|
version: 2.1.0
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/angel_configuration
|
|
environment:
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
|
dependencies:
|
|
angel_framework: ^2.0.0-alpha
|
|
dotenv: ^1.0.0
|
|
file: ^5.0.0
|
|
merge_map: ^1.0.0
|
|
yaml: ^2.0.0
|
|
dev_dependencies:
|
|
io: ^0.3.2
|
|
test: ^1.0.0
|