platform/packages/test/pubspec.yaml

22 lines
604 B
YAML
Raw Normal View History

2021-05-15 08:35:27 +00:00
name: angel3_test
2021-09-29 07:40:27 +00:00
version: 4.1.1
2021-07-10 02:51:07 +00:00
description: Testing utility library for the Angel3 framework. Use with package:test.
homepage: https://angel3-framework.web.app/
2021-09-25 14:51:11 +00:00
repository: https://github.com/dukefirehawk/angel/tree/master/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-09-25 14:51:11 +00:00
angel3_client: ^4.1.0
angel3_framework: ^4.2.0
2021-05-15 08:35:27 +00:00
angel3_http_exception: ^3.0.0
angel3_validate: ^4.0.0
2021-09-25 14:51:11 +00:00
angel3_websocket: ^4.1.0
2021-05-15 08:35:27 +00:00
angel3_mock_request: ^2.0.0
2021-09-27 13:55:04 +00:00
angel3_container: ^3.1.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-09-25 14:51:11 +00:00
test: ^1.17.5
lints: ^1.0.0
2021-10-04 05:13:56 +00:00