platform/packages/static/pubspec.yaml
thomashii@dukefirehawk.com 3f30f8a56e Migrated static
2021-05-01 11:53:04 +08:00

37 lines
885 B
YAML

name: angel_static
description: Static server middleware for Angel. Also capable of serving Range responses.
version: 4.0.0
environment:
sdk: '>=2.12.0 <3.0.0'
homepage: https://github.com/angel-dart/static
author: Tobe O <thosakwe@gmail.com>
publish_to: none
dependencies:
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
range_header:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/range_header
convert: ^3.0.0
crypto: ^3.0.1
file: ^6.1.0
http_parser: ^4.0.0
path: ^1.8.0
dev_dependencies:
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
http: ^0.13.2
logging: ^1.0.1
matcher: ^0.12.10
pedantic: ^1.11.0
test: ^1.17.3