platform/packages/sync/pubspec.yaml
2021-08-20 12:59:02 +08:00

16 lines
No EOL
478 B
YAML

name: angel3_sync
version: 4.0.0
description: Easily synchronize and scale WebSockets using package:angel3_pub_sub for Angel3.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/sync
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
angel3_framework: ^4.1.0
angel3_websocket: ^4.0.0
angel3_pub_sub: ^3.0.0
stream_channel: ^2.1.0
dev_dependencies:
angel3_test: ^4.0.0
test: ^1.17.8
pedantic: ^1.11.1