2017-08-08 21:04:36 +00:00
|
|
|
name: angel_sync
|
2018-11-15 17:03:03 +00:00
|
|
|
version: 2.0.0
|
2017-08-08 21:04:36 +00:00
|
|
|
description: Easily synchronize and scale WebSockets using package:pub_sub.
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/sync
|
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2017-08-08 21:04:36 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
|
|
|
angel_websocket: #^2.0.0-alpha
|
|
|
|
path: ../websocket
|
2018-11-15 17:03:03 +00:00
|
|
|
pub_sub: ^2.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
stream_channel: ^2.0.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
|
|
|
|
path: ../test
|
|
|
|
test: ^1.15.7
|