platform/packages/pub_sub/pubspec.yaml

16 lines
378 B
YAML
Raw Normal View History

2021-03-08 12:56:39 +00:00
name: pub_sub
version: 3.0.0
description: Keep application instances in sync with a simple pub/sub API.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/thosakwe/pub_sub
publish_to: none
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
json_rpc_2: ^2.0.0
stream_channel: ">=1.0.0 <3.0.0"
uuid: ^3.0.1
dev_dependencies:
pedantic: ^1.0.0
test: ^1.0.0