2018-01-09 14:44:59 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
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
|
|
|
|
name: angel_shelf
|
2019-10-14 15:28:50 +00:00
|
|
|
version: 2.1.0
|
2021-02-14 05:22:25 +00:00
|
|
|
environment:
|
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2018-01-09 14:44:59 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
2018-11-11 17:35:37 +00:00
|
|
|
path: ^1.0.0
|
|
|
|
shelf: ^0.7.0
|
2021-02-14 05:22:25 +00:00
|
|
|
stream_channel: ^2.0.0
|
2018-01-08 21:04:52 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_test: #^2.0.0-alpha
|
|
|
|
path: ../test
|
2019-10-14 15:28:50 +00:00
|
|
|
pedantic: ^1.0.0
|
|
|
|
pretty_logging: ^1.0.0
|
2018-11-11 17:35:37 +00:00
|
|
|
shelf_static: ^0.2.8
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|