platform/pubspec.yaml

22 lines
530 B
YAML
Raw Normal View History

2016-06-24 00:25:11 +00:00
name: angel_client
2019-01-06 02:08:31 +00:00
version: 2.0.0
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-08-26 22:41:01 +00:00
sdk: ">=2.0.0-dev <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
2019-01-06 02:08:31 +00:00
http: ^0.12.0
2016-06-24 00:25:11 +00:00
json_god: ">=2.0.0-beta <3.0.0"
2019-01-06 02:08:31 +00:00
path: ^1.0.0
2016-06-24 00:25:11 +00:00
dev_dependencies:
2018-08-26 22:41:01 +00:00
angel_framework: ^2.0.0-alpha
2017-09-24 04:12:53 +00:00
angel_model: ^1.0.0
2019-01-06 02:08:31 +00:00
build_runner: ^1.0.0
build_web_compilers: ^1.0.0
2017-09-24 04:12:53 +00:00
mock_request: ^1.0.0
2019-01-06 02:08:31 +00:00
pedantic: ^1.0.0
2018-08-26 22:41:01 +00:00
test: ^1.0.0