platform/packages/test/pubspec.yaml
2021-02-14 13:22:25 +08:00

25 lines
644 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
environment:
sdk: ">=2.10.0 <2.12.0"
dependencies:
angel_client: # ^2.0.0
path: ../client
angel_framework: # ^2.0.0-alpha
path: ../framework
angel_http_exception: #^1.0.0
path: ../http_exception
angel_validate: # ^2.0.0
path: ../validate
angel_websocket: # ^2.0.0
path: ../websocket
http: ^0.12.0
matcher: ^0.12.0
mock_request: ^1.0.0
web_socket_channel: ^1.0.0
dev_dependencies:
test: ^1.15.7