platform/packages/static/pubspec.yaml

37 lines
850 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-05-01 03:53:04 +00:00
version: 4.0.0
2021-05-02 04:12:43 +00:00
homepage: https://github.com/dukefirehawk/angel
publish_to: none
2016-12-21 17:51:43 +00:00
environment:
2021-05-01 03:53:04 +00:00
sdk: '>=2.12.0 <3.0.0'
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
2021-05-01 02:48:36 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 13:19:22 +00:00
path: packages/framework
2021-05-01 03:53:04 +00:00
range_header:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/range_header
2021-03-08 13:19:22 +00:00
convert: ^3.0.0
2021-05-01 03:53:04 +00:00
crypto: ^3.0.1
2021-03-08 13:19:22 +00:00
file: ^6.1.0
http_parser: ^4.0.0
2021-05-01 03:53:04 +00:00
path: ^1.8.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
2021-05-01 02:48:36 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 13:19:22 +00:00
path: packages/test
2021-05-01 03:53:04 +00:00
http: ^0.13.2
logging: ^1.0.1
matcher: ^0.12.10
pedantic: ^1.11.0
test: ^1.17.3
2021-02-14 05:22:25 +00:00