13 lines
371 B
YAML
13 lines
371 B
YAML
|
name: angel_paginate
|
||
|
version: 1.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: ">=1.19.0"
|
||
|
dependencies:
|
||
|
angel_framework: ^1.0.0
|
||
|
dev_dependencies:
|
||
|
angel_diagnostics: ^1.0.0
|
||
|
angel_test: ^1.0.0
|
||
|
test: ^0.12.15
|