platform/pubspec.yaml

12 lines
331 B
YAML
Raw Normal View History

2017-06-13 16:55:07 +00:00
name: angel_file_service
2018-07-12 19:58:30 +00:00
version: 1.1.1
2017-06-13 16:55:07 +00:00
description: Angel service that persists data to a file on disk.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/file_service
environment:
2018-07-12 19:58:30 +00:00
sdk: ">=1.8.0 <3.0.0"
2017-06-13 16:55:07 +00:00
dependencies:
2017-12-21 06:37:03 +00:00
angel_framework: ^1.1.0-alpha
2018-07-12 19:58:30 +00:00
dart2_constant: ^1.0.0
2017-12-21 06:37:03 +00:00
file: ^2.0.0
2017-06-13 16:55:07 +00:00
pool: ^1.0.0