13 lines
No EOL
373 B
YAML
13 lines
No EOL
373 B
YAML
name: angel_paginate
|
|
version: 1.0.0+1
|
|
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 |