2018-01-30 15:22:44 +00:00
|
|
|
name: angel_cache
|
2018-11-10 16:59:07 +00:00
|
|
|
version: 2.0.1
|
2018-05-16 03:54:34 +00:00
|
|
|
homepage: https://github.com/angel-dart/cache
|
|
|
|
description: Support for server-side caching in Angel.
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2018-04-02 03:46:32 +00:00
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2018-01-30 15:22:44 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
2018-10-21 09:36:08 +00:00
|
|
|
collection: ^1.0.0
|
2018-01-30 15:22:44 +00:00
|
|
|
meta: ^1.0.0
|
2018-04-02 01:37:34 +00:00
|
|
|
pool: ^1.0.0
|
2018-01-30 15:22:44 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_test: # ^2.0.0-alpha
|
|
|
|
path: ../test
|
2018-04-02 01:05:35 +00:00
|
|
|
glob: ^1.0.0
|
2018-10-21 09:36:08 +00:00
|
|
|
http: any
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|