56 lines
No EOL
1.4 KiB
YAML
56 lines
No EOL
1.4 KiB
YAML
name: angel_websocket
|
|
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
|
|
version: 4.0.0
|
|
homepage: https://github.com/dukefirehawk/angel
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_auth:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/auth
|
|
angel_client:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/client
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/framework
|
|
angel_http_exception:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/http_exception
|
|
http: ^0.13.1
|
|
merge_map:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/merge_map
|
|
meta: ^1.3.0
|
|
stream_channel: ^2.1.0
|
|
web_socket_channel: ^2.0.0
|
|
collection: ^1.15.0
|
|
dev_dependencies:
|
|
angel_container:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/container/angel_container
|
|
angel_model:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/model
|
|
# logging: ^0.11.0
|
|
pedantic: ^1.11.0
|
|
test: ^1.17.3
|
|
#dependency_overrides:
|
|
# angel_framework:
|
|
# path: ../framework
|
|
|