platform/packages/sync/pubspec.yaml

32 lines
879 B
YAML
Raw Normal View History

2017-08-08 21:04:36 +00:00
name: angel_sync
2021-06-20 12:37:20 +00:00
version: 3.0.0
2017-08-08 21:04:36 +00:00
description: Easily synchronize and scale WebSockets using package:pub_sub.
homepage: https://github.com/angel-dart/sync
2021-06-20 12:37:20 +00:00
publish_to: none
2017-08-08 21:04:36 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-08-08 21:04:36 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
2021-06-20 12:37:20 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
2021-02-14 05:22:25 +00:00
angel_websocket: #^2.0.0-alpha
2021-06-20 12:37:20 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/websocket
pub_sub:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/pub_sub
stream_channel: ^2.1.0
2017-08-08 21:04:36 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0-alpha
2021-06-20 12:37:20 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
test: ^1.17.8
pedantic: ^1.11.1