platform/pubspec.yaml

22 lines
540 B
YAML
Raw Normal View History

2016-06-24 00:25:11 +00:00
name: angel_client
2018-06-23 00:18:38 +00:00
version: 1.2.0+2
2016-06-24 00:25:11 +00:00
description: Client library for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_client
2016-12-10 14:45:22 +00:00
environment:
2018-06-23 00:18:38 +00:00
sdk: ">=1.8.0 <3.0.0"
2016-06-24 00:25:11 +00:00
dependencies:
2017-09-24 04:12:53 +00:00
angel_http_exception: ^1.0.0
2017-12-10 05:13:31 +00:00
collection: ^1.0.0
2018-06-23 00:18:38 +00:00
dart2_constant: ^1.0.0
http: ^0.11.3
2016-06-24 00:25:11 +00:00
json_god: ">=2.0.0-beta <3.0.0"
2018-06-23 00:18:38 +00:00
merge_map: ^1.0.0
2016-06-24 00:25:11 +00:00
dev_dependencies:
2017-09-24 04:12:53 +00:00
angel_framework: ^1.1.0-alpha
angel_model: ^1.0.0
2018-06-23 00:18:38 +00:00
build_runner: ^0.9.0
build_web_compilers: ^0.4.0
2017-09-24 04:12:53 +00:00
mock_request: ^1.0.0
2018-06-23 00:18:38 +00:00
test: ^0.12.0