2017-05-26 13:21:47 +00:00
|
|
|
name: angel_paginate
|
2019-02-01 14:39:10 +00:00
|
|
|
version: 2.0.0
|
2017-05-26 13:21:47 +00:00
|
|
|
description: Platform-agnostic pagination library, with custom support for the Angel framework.
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/paginate
|
|
|
|
environment:
|
2019-02-01 14:39:10 +00:00
|
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
2017-05-26 13:21:47 +00:00
|
|
|
dependencies:
|
2019-02-01 14:39:10 +00:00
|
|
|
angel_framework: ^2.0.0-alpha
|
2017-05-26 13:21:47 +00:00
|
|
|
dev_dependencies:
|
2019-02-01 14:39:10 +00:00
|
|
|
angel_test: ^2.0.0
|
|
|
|
logging: ^0.11.0
|
|
|
|
test: ^1.0.0
|