platform/pubspec.yaml
2017-06-14 14:48:13 -04:00

14 lines
452 B
YAML

name: angel_configuration
description: Automatic YAML configuration loader for Angel.
version: 1.0.4
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_configuration
dependencies:
analyzer: ">=0.28.1 <1.0.0"
angel_framework: ">=1.0.0-dev < 2.0.0"
angel_route: ">=1.0.0-dev < 2.0.0"
barback: ">=0.15.2 < 0.16.0"
dotenv: ">=0.1.3 <0.2.0"
yaml: ">= 2.1.8 < 2.2.0"
dev_dependencies:
test: ">= 0.12.13 < 0.13.0"