platform/packages/static/pubspec.yaml
2021-02-14 13:22:25 +08:00

25 lines
575 B
YAML

name: angel_static
description: Static server middleware for Angel. Also capable of serving Range responses.
environment:
sdk: ">=2.10.0 <2.12.0"
homepage: https://github.com/angel-dart/static
author: Tobe O <thosakwe@gmail.com>
version: 2.1.3+2
dependencies:
angel_framework: #^2.0.0-rc.0
path: ../framework
convert: ^2.0.0
crypto: ^2.0.0
file: ^5.0.0
http_parser: ^3.0.0
path: ^1.4.2
range_header: ^2.0.0
dev_dependencies:
angel_test: #^2.0.0-alpha
path: ../test
http:
logging: ^0.11.0
matcher: ^0.12.0
pedantic: ^1.0.0
test: ^1.15.7