platform/pubspec.yaml
2019-01-06 12:58:41 -05:00

19 lines
517 B
YAML

author: Tobe O <thosakwe@gmail.com>
description: Testing utility library for the Angel framework. Use with package:test.
homepage: https://github.com/angel-dart/test.git
name: angel_test
version: 2.0.1
dependencies:
angel_client: ^2.0.0
angel_framework: ^2.0.0-alpha
angel_http_exception: ^1.0.0
angel_validate: ^2.0.0
angel_websocket: ^2.0.0
http: ^0.12.0
matcher: ^0.12.0
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"