platform/pubspec.yaml

15 lines
410 B
YAML
Raw Normal View History

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:
2018-11-15 17:03:03 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2017-08-08 21:04:36 +00:00
dependencies:
2018-11-15 17:03:03 +00:00
angel_framework: ^2.0.0-alpha
angel_websocket: ^2.0.0-alpha
pub_sub: ^2.0.0
stream_channel: ^1.0.0
2017-08-08 21:04:36 +00:00
dev_dependencies:
2018-11-15 17:03:03 +00:00
angel_test: ^2.0.0-alpha
test: ^1.0.0