platform/pubspec.yaml

19 lines
464 B
YAML
Raw Normal View History

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
2018-01-09 14:44:59 +00:00
dependencies:
2018-11-11 17:35:37 +00:00
angel_framework: ^2.0.0-alpha
path: ^1.0.0
shelf: ^0.7.0
stream_channel: ^1.0.0
2018-01-08 21:04:52 +00:00
dev_dependencies:
2018-11-11 17:35:37 +00:00
angel_test: ^2.0.0-alpha
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
test: ^1.0.0
2018-01-09 14:44:59 +00:00
environment:
2018-11-11 17:35:37 +00:00
sdk: ">=2.0.0-dev <3.0.0"