platform/pubspec.yaml

22 lines
506 B
YAML
Raw Normal View History

2016-04-21 21:27:22 +00:00
name: angel_static
2018-11-14 05:43:47 +00:00
description: Static server middleware for Angel. Also capable of serving Range responses.
2016-12-21 17:51:43 +00:00
environment:
sdk: ">=1.8.0 <3.0.0"
2017-06-16 02:05:06 +00:00
homepage: https://github.com/angel-dart/static
author: Tobe O <thosakwe@gmail.com>
2018-11-14 05:58:35 +00:00
version: 2.1.1
2016-04-21 21:27:22 +00:00
dependencies:
2018-08-28 14:58:28 +00:00
angel_framework: ^2.0.0-alpha
2018-11-14 05:43:47 +00:00
convert: ^2.0.0
crypto: ^2.0.0
2018-08-28 14:58:28 +00:00
file: ^5.0.0
2018-10-21 00:30:04 +00:00
http_parser: ^3.0.0
2017-06-16 02:05:06 +00:00
path: ^1.4.2
2018-11-14 05:43:47 +00:00
range_header: ^2.0.0
2016-04-21 21:27:22 +00:00
dev_dependencies:
2018-08-28 14:58:28 +00:00
angel_test: ^2.0.0-alpha
2018-11-13 21:25:17 +00:00
http:
2018-10-21 00:30:04 +00:00
logging: ^0.11.0
matcher: ^0.12.0
2018-08-28 14:58:28 +00:00
test: ^1.0.0