platform/pubspec.yaml

12 lines
316 B
YAML
Raw Normal View History

2016-12-25 21:26:55 +00:00
name: angel_validate
description: Cross-platform validation library based on `matcher`.
version: 0.0.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/validate
environment:
sdk: ">=1.19.0"
dependencies:
angel_framework: ^1.0.0-dev
matcher: ^0.12.0
dev_dependencies:
test: ^0.12.18