platform/packages/test/pubspec.yaml

46 lines
1.2 KiB
YAML
Raw Normal View History

2018-07-09 16:10:25 +00:00
author: Tobe O <thosakwe@gmail.com>
2018-10-21 08:22:41 +00:00
description: Testing utility library for the Angel framework. Use with package:test.
2018-07-09 16:10:25 +00:00
homepage: https://github.com/angel-dart/test.git
name: angel_test
2021-04-26 01:05:34 +00:00
version: 4.0.0
2021-03-07 16:18:07 +00:00
publish_to: none
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-03-07 16:18:07 +00:00
angel_client:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-26 01:05:34 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 16:18:07 +00:00
path: packages/client
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-26 01:05:34 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 16:18:07 +00:00
path: packages/framework
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-26 01:05:34 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 16:18:07 +00:00
path: packages/http_exception
angel_validate:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-26 01:05:34 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 16:18:07 +00:00
path: packages/validate
angel_websocket:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-26 01:05:34 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 16:18:07 +00:00
path: packages/websocket
2021-04-26 01:05:34 +00:00
http: ^0.13.1
matcher: ^0.12.10
mock_request:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/mock_request
web_socket_channel: ^2.0.0
2016-12-10 17:05:31 +00:00
dev_dependencies:
2021-04-30 07:08:54 +00:00
test: ^1.17.3
2021-02-14 05:22:25 +00:00