platform/packages/static/pubspec.yaml

33 lines
747 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.
2021-03-08 13:19:22 +00:00
version: 3.0.0
2016-12-21 17:51:43 +00:00
environment:
2021-03-08 13:19:22 +00:00
sdk: ">=2.10.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>
2021-03-08 13:19:22 +00:00
publish_to: none
2016-04-21 21:27:22 +00:00
dependencies:
2021-03-08 13:19:22 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
convert: ^3.0.0
crypto: ^3.0.0
file: ^6.1.0
http_parser: ^4.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:
2021-03-08 13:19:22 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test
2018-11-13 21:25:17 +00:00
http:
2021-03-08 13:19:22 +00:00
logging: ^1.0.0
2018-10-21 00:30:04 +00:00
matcher: ^0.12.0
2019-05-02 23:29:09 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7