platform/packages/test/pubspec.yaml
2021-03-09 00:08:26 +08:00

41 lines
1 KiB
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: 3.0.0
publish_to: none
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
angel_client:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/client
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/http_exception
angel_validate:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/validate
angel_websocket:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/websocket
http: ^0.13.0
matcher: ^0.12.0
mock_request: ^1.0.0
web_socket_channel: ^1.2.0
dev_dependencies:
test: ^1.15.7