5
0
Fork 0
dart-eventsource/pubspec.yaml

19 lines
450 B
YAML
Raw Normal View History

2016-11-28 04:31:19 +08:00
name: eventsource
description: A client and server implementation of Server-Sent Events.
2018-11-21 18:39:18 +08:00
version: 0.2.1
2016-11-28 04:31:19 +08:00
author: Steven Roose <stevenroose@gmail.com>
homepage: https://github.com/stevenroose/dart-eventsource
environment:
2018-10-10 00:48:05 +08:00
sdk: ">=1.0.0 <3.0.0"
2016-11-28 04:31:19 +08:00
dependencies:
collection: ">=1.4.1 <2.0.0"
2018-10-10 00:48:05 +08:00
http: ">=0.11.0 <0.13.0"
2016-11-28 04:31:19 +08:00
http_parser: ">=2.2.0 <4.0.0"
logging: ">=0.11.0 <0.12.0"
2018-10-10 00:48:05 +08:00
sync: ">=0.1.0 <0.3.0"
2016-11-28 04:31:19 +08:00
dev_dependencies:
2018-10-10 00:48:05 +08:00
test: ">=0.12.0 <2.0.0"