platform/packages/client/pubspec.yaml

42 lines
1 KiB
YAML
Raw Normal View History

2016-06-24 00:25:11 +00:00
name: angel_client
2021-03-07 13:22:28 +00:00
version: 3.0.0
2019-01-06 02:10:21 +00:00
description: Support for querying Angel servers in the browser, Flutter, and command-line.
2016-06-24 00:25:11 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_client
2021-03-07 16:02:53 +00:00
publish_to: none
2016-12-10 14:45:22 +00:00
environment:
2021-03-06 14:47:56 +00:00
sdk: ">=2.10.0 <3.0.0"
2016-06-24 00:25:11 +00:00
dependencies:
2021-03-07 16:02:53 +00:00
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/http_exception
2017-12-10 05:13:31 +00:00
collection: ^1.0.0
2021-03-07 16:02:53 +00:00
http: ^0.13.0
json_god:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/json_god
2021-03-05 07:51:48 +00:00
#dart_json_mapper: ^1.7.0
2019-01-06 02:11:06 +00:00
meta: ^1.0.0
2019-01-06 02:08:31 +00:00
path: ^1.0.0
2016-06-24 00:25:11 +00:00
dev_dependencies:
2021-03-06 14:47:56 +00:00
angel_framework:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
2021-03-06 14:47:56 +00:00
angel_model:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
2021-03-07 16:02:53 +00:00
async: ^2.0.0
build_runner: ^1.0.0
build_web_compilers: ^2.12.2
mock_request: ^1.0.0
2021-03-13 00:33:37 +00:00
pedantic: ^1.11.0
test: ^1.16.5