20 lines
506 B
YAML
20 lines
506 B
YAML
author: Tobe O <thosakwe@gmail.com>
|
|
description: Shelf interop with Angel. Use this to wrap existing server code.
|
|
homepage: https://github.com/angel-dart/shelf
|
|
name: angel_shelf
|
|
version: 2.1.0
|
|
environment:
|
|
sdk: ">=2.10.0 <2.12.0"
|
|
dependencies:
|
|
angel_framework: #^2.0.0-alpha
|
|
path: ../framework
|
|
path: ^1.0.0
|
|
shelf: ^0.7.0
|
|
stream_channel: ^2.0.0
|
|
dev_dependencies:
|
|
angel_test: #^2.0.0-alpha
|
|
path: ../test
|
|
pedantic: ^1.0.0
|
|
pretty_logging: ^1.0.0
|
|
shelf_static: ^0.2.8
|
|
test: ^1.15.7
|