platform/pubspec.yaml
2018-08-28 10:24:44 -04:00

18 lines
489 B
YAML

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
version: 2.0.0-alpha
dependencies:
angel_client: ^2.0.0-alpha
angel_framework: ^2.0.0-alpha
angel_validate: ^2.0.0-alpha
angel_websocket: ^2.0.0-alpha
http: ^0.11.0
matcher: ^0.12.0+2
mock_request: ^1.0.0
web_socket_channel: ^1.0.0
dev_dependencies:
test: ^1.0.0
environment:
sdk: ">=2.0.0-dev <3.0.0"