platform/packages/shelf/pubspec.yaml

19 lines
503 B
YAML
Raw Normal View History

2021-09-14 01:23:03 +00:00
name: angel3_shelf
version: 3.0.0-dev.1
description: Shelf interop with Angel3. Use this to wrap existing server code.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/shelf
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-09-14 01:23:03 +00:00
angel3_framework: ^4.1.0
2021-06-20 12:37:20 +00:00
path: ^1.8.0
shelf: ^1.1.4
stream_channel: ^2.1.0
2018-01-08 21:04:52 +00:00
dev_dependencies:
2021-09-14 01:23:03 +00:00
angel3_test: ^4.0.0
angel3_pretty_logging: ^3.0.0
2021-06-20 12:37:20 +00:00
shelf_static: ^1.0.0
test: ^1.17.7
2021-09-14 01:23:03 +00:00
lints: ^1.0.0