platform/packages/test/pubspec.yaml

23 lines
609 B
YAML
Raw Normal View History

2021-05-15 08:35:27 +00:00
name: angel3_test
2021-07-10 02:51:07 +00:00
version: 4.0.3
description: Testing utility library for the Angel3 framework. Use with package:test.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/test
2021-02-14 05:22:25 +00:00
environment:
2021-04-26 01:05:34 +00:00
sdk: '>=2.12.0 <3.0.0'
2016-12-10 17:05:31 +00:00
dependencies:
2021-05-15 08:35:27 +00:00
angel3_client: ^4.0.0
angel3_framework: ^4.0.0
angel3_http_exception: ^3.0.0
angel3_validate: ^4.0.0
angel3_websocket: ^4.0.0
angel3_mock_request: ^2.0.0
angel3_container: ^3.0.0
2021-04-26 01:05:34 +00:00
http: ^0.13.1
matcher: ^0.12.10
web_socket_channel: ^2.0.0
2016-12-10 17:05:31 +00:00
dev_dependencies:
2021-05-15 08:35:27 +00:00
test: ^1.17.4
2021-05-18 11:43:58 +00:00
pedantic: ^1.11.0
2021-02-14 05:22:25 +00:00