name: angel_validate
description: Cross-platform request body validation library based on `matcher`.
version: 3.0.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/validate
publish_to: none
environment:
  sdk: ">=2.10.0 <3.0.0"
dependencies:
  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
  matcher: ^0.12.0
dev_dependencies:
  #angel_test:
  #  git: 
  #    url: https://github.com/dukefirehawk/angel.git
  #    ref: sdk-2.12.x
  #    path: packages/test
  build_runner: ^1.11.1
  build_web_compilers: ^2.12.2
#  logging: ^0.11.0
  mock_request:
  pedantic: ^1.0.0
  test: ^1.15.7