platform/packages/websocket/pubspec.yaml
2021-03-06 22:47:56 +08:00

39 lines
No EOL
926 B
YAML

name: angel_websocket
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
environment:
sdk: ">=2.10.0 <3.0.0"
version: 2.2.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_websocket
publish_to: none
dependencies:
angel_auth: ^2.2.0
angel_client: # ^2.0.0-alpha
path: ../client
angel_framework: ^2.3.0
angel_http_exception: ^1.3.0
http: ">=0.11.0 <0.13.0"
merge_map: ^1.0.0
meta: ^1.0.0
stream_channel: ^2.0.0
web_socket_channel: ^1.0.0
dev_dependencies:
angel_container: ^1.3.0
angel_model: ^1.3.0
# logging: ^0.11.0
pedantic: ^1.0.0
test: ^1.15.7
dependency_overrides:
angel_framework:
path: ../framework
angel_http_exception:
path: ../http_exception
angel_container:
path: ../container/angel_container
angel_model:
path: ../model
angel_route:
path: ../route
angel_auth:
path: ../auth