platform/pubspec.yaml

19 lines
489 B
YAML
Raw Normal View History

2018-07-09 16:10:25 +00:00
author: Tobe O <thosakwe@gmail.com>
description: Testing utility library for the Angel framework.
homepage: https://github.com/angel-dart/test.git
name: angel_test
2018-08-28 14:24:44 +00:00
version: 2.0.0-alpha
2016-12-10 17:05:31 +00:00
dependencies:
2018-08-28 14:24:44 +00:00
angel_client: ^2.0.0-alpha
angel_framework: ^2.0.0-alpha
angel_validate: ^2.0.0-alpha
angel_websocket: ^2.0.0-alpha
2018-07-09 16:10:25 +00:00
http: ^0.11.0
matcher: ^0.12.0+2
2017-03-25 04:12:21 +00:00
mock_request: ^1.0.0
2018-07-09 16:23:33 +00:00
web_socket_channel: ^1.0.0
2016-12-10 17:05:31 +00:00
dev_dependencies:
2018-08-28 14:24:44 +00:00
test: ^1.0.0
2016-12-10 17:05:31 +00:00
environment:
2018-08-28 14:24:44 +00:00
sdk: ">=2.0.0-dev <3.0.0"