platform/packages/file_service/pubspec.yaml
2021-02-14 13:22:25 +08:00

14 lines
No EOL
366 B
YAML

name: angel_file_service
version: 2.0.1
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:
sdk: ">=2.10.0 <2.12.0"
dependencies:
angel_framework: #^2.0.0-alpha
path: ../framework
file: ^5.0.0
pool: ^1.0.0
dev_dependencies:
test: ^1.15.7