platform/pubspec.yaml

13 lines
371 B
YAML
Raw Normal View History

2017-05-26 13:21:47 +00:00
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