platform/pubspec.yaml

12 lines
334 B
YAML
Raw Normal View History

2016-04-21 21:27:22 +00:00
name: angel_static
description: Static server middleware for Angel.
homepage: https://github.com/angel-dart/angel_static
author: thosakwe <thosakwe@gmail.com>
2016-06-21 23:18:12 +00:00
version: 1.0.1
2016-04-21 21:27:22 +00:00
dependencies:
2016-06-21 23:18:12 +00:00
angel_framework: ">=1.0.0-dev < 2.0.0"
2016-04-21 21:36:02 +00:00
mime: ">= 0.9.3 < 0.10.0"
2016-04-21 21:27:22 +00:00
dev_dependencies:
2016-04-21 21:36:02 +00:00
http: ">= 0.11.3 < 0.12.0"
test: ">= 0.12.13 < 0.13.0"