platform/packages/redis/pubspec.yaml

23 lines
600 B
YAML
Raw Normal View History

2018-10-21 09:40:34 +00:00
name: angel_redis
2021-06-20 12:37:20 +00:00
version: 2.0.0
2018-10-21 17:26:56 +00:00
description: An Angel service provider for Redis. Works well for caching volatile data.
homepage: https://github.com/angel-dart/redis
2021-06-20 12:37:20 +00:00
publish_to: none
2018-10-21 17:26:56 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-10-21 09:40:34 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/http_exception
resp_client: ^1.2.0
2018-10-21 12:29:42 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
test: ^1.17.8
pedantic: ^1.11.1