platform/packages/validate/pubspec.yaml

22 lines
577 B
YAML
Raw Normal View History

2016-12-25 21:26:55 +00:00
name: angel_validate
2021-02-14 05:22:25 +00:00
description: Cross-platform request body validation library based on `matcher`.
version: 2.0.2
2019-10-17 02:06:27 +00:00
author: Tobe O <thosakwe@gmail.com>
2019-10-17 02:07:17 +00:00
homepage: https://github.com/angel-dart/validate
2016-12-25 21:26:55 +00:00
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2016-12-25 21:26:55 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../framework
angel_http_exception: #^1.0.0
path: ../http_exception
matcher: ^0.12.0
2016-12-25 21:26:55 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0-alpha
path: ../test
build_runner: ^1.11.1
build_web_compilers: ^2.12.2
logging: ^0.11.0
mock_request:
2019-09-27 13:28:20 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7