platform/packages/cache/pubspec.yaml

26 lines
614 B
YAML
Raw Normal View History

2018-01-30 15:22:44 +00:00
name: angel_cache
2021-03-13 00:17:38 +00:00
version: 3.0.0
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>
2021-03-13 00:17:38 +00:00
publish_to: none
2018-04-02 03:46:32 +00:00
environment:
2021-03-13 00:17:38 +00:00
sdk: ">=2.10.0 <3.0.0"
2018-01-30 15:22:44 +00:00
dependencies:
2021-03-13 00:17:38 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/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-03-13 00:17:38 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test
glob: ^2.0.0
http: ^0.13.0
test: ^1.16.5