platform/pubspec.yaml

17 lines
423 B
YAML
Raw Normal View History

2016-12-10 17:05:31 +00:00
author: "Tobe O <thosakwe@gmail.com>"
description: "Testing utility library for the Angel framework."
homepage: "https://github.com/angel-dart/test.git"
name: "angel_test"
2017-03-25 04:28:50 +00:00
version: "1.0.1"
2016-12-10 17:05:31 +00:00
dependencies:
angel_client: "^1.0.0-dev+16"
angel_framework: "^1.0.0-dev"
http: "^0.11.3+9"
matcher: "^0.12.0+2"
2017-03-25 04:12:21 +00:00
mock_request: ^1.0.0
2016-12-10 18:11:27 +00:00
uuid: "^0.5.3"
2016-12-10 17:05:31 +00:00
dev_dependencies:
test: "^0.12.17+2"
environment:
sdk: ">=1.19.0"