platform/packages/shelf/pubspec.yaml

31 lines
771 B
YAML
Raw Normal View History

2021-06-20 12:37:20 +00:00
name: angel_shelf
version: 3.0.0
2018-11-11 17:35:37 +00:00
description: Shelf interop with Angel. Use this to wrap existing server code.
2018-01-09 14:44:59 +00:00
homepage: https://github.com/angel-dart/shelf
2021-06-20 12:37:20 +00:00
publish_to: none
2021-02-14 05:22:25 +00:00
environment:
2021-06-20 13:29:23 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-01-09 14:44:59 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
path: ^1.8.0
shelf: ^1.1.4
stream_channel: ^2.1.0
2018-01-08 21:04:52 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
pedantic: ^1.11.0
pretty_logging:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/pretty_logging
shelf_static: ^1.0.0
test: ^1.17.7