platform/packages/eventsource/pubspec.yaml

28 lines
707 B
YAML
Raw Normal View History

2018-11-08 15:09:32 +00:00
name: angel_eventsource
2021-03-13 01:05:50 +00:00
version: 2.0.0
2018-11-08 15:09:32 +00:00
description: Server-sent Events (SSE) plugin for Angel.
homepage: https://github.com/angel-dart/eventsource
author: Tobe O <thosakwe@gmail.com>
2021-03-13 01:05:50 +00:00
publish_to: none
2018-11-08 15:09:32 +00:00
environment:
2021-03-13 01:05:50 +00:00
sdk: ">=2.10.0 <3.0.0"
2018-11-08 15:09:32 +00:00
dependencies:
2021-03-13 01:05:50 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
angel_websocket:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/websocket
eventsource:
git:
url: https://github.com/dukefirehawk/dart-eventsource.git
2021-02-14 05:22:25 +00:00
stream_channel: ^2.0.0
2018-02-14 09:58:31 +00:00
dev_dependencies:
2021-03-13 01:05:50 +00:00
console: ^4.0.0
logging: ^1.0.0
test: ^1.16.5