platform/pubspec.yaml

15 lines
452 B
YAML
Raw Normal View History

2016-04-22 01:17:31 +00:00
name: angel_configuration
2017-06-14 18:48:13 +00:00
description: Automatic YAML configuration loader for Angel.
version: 1.0.4
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
dependencies:
2017-03-08 22:55:21 +00:00
analyzer: ">=0.28.1 <1.0.0"
2016-06-21 23:04:24 +00:00
angel_framework: ">=1.0.0-dev < 2.0.0"
2016-11-23 20:51:20 +00:00
angel_route: ">=1.0.0-dev < 2.0.0"
2016-09-19 20:24:26 +00:00
barback: ">=0.15.2 < 0.16.0"
2017-06-14 18:48:13 +00:00
dotenv: ">=0.1.3 <0.2.0"
2016-04-22 01:17:31 +00:00
yaml: ">= 2.1.8 < 2.2.0"
dev_dependencies:
2016-09-19 20:24:26 +00:00
test: ">= 0.12.13 < 0.13.0"