platform/packages/pub_sub/pubspec.yaml

15 lines
377 B
YAML
Raw Normal View History

2021-05-15 11:20:33 +00:00
name: angel3_pub_sub
2021-05-18 14:47:56 +00:00
version: 3.0.2
2021-03-08 12:56:39 +00:00
description: Keep application instances in sync with a simple pub/sub API.
2021-05-15 11:20:33 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/pub_sub
2021-03-08 12:56:39 +00:00
environment:
2021-05-01 01:54:59 +00:00
sdk: '>=2.12.0 <3.0.0'
2021-03-08 12:56:39 +00:00
dependencies:
2021-05-01 01:54:59 +00:00
json_rpc_2: ^3.0.0
stream_channel: ^2.1.0
uuid: ^3.0.4
2021-05-15 11:20:33 +00:00
collection: ^1.15.0
2021-03-08 12:56:39 +00:00
dev_dependencies:
2021-05-01 01:54:59 +00:00
pedantic: ^1.11.0
2021-05-15 11:20:33 +00:00
test: ^1.17.4