15 lines
No EOL
418 B
YAML
15 lines
No EOL
418 B
YAML
name: angel_paginate
|
|
version: 2.0.0
|
|
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:
|
|
sdk: ">=2.10.0 <2.12.0"
|
|
dependencies:
|
|
angel_framework: #^2.0.0-alpha
|
|
path: ../framework
|
|
dev_dependencies:
|
|
angel_test: #^2.0.0
|
|
path: ../test
|
|
logging: ^0.11.0
|
|
test: ^1.15.7 |