2017-06-13 16:55:07 +00:00
|
|
|
name: angel_file_service
|
2021-03-13 00:33:37 +00:00
|
|
|
version: 3.0.0
|
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
|
2021-03-13 00:33:37 +00:00
|
|
|
publish_to: none
|
2017-06-13 16:55:07 +00:00
|
|
|
environment:
|
2021-03-13 00:33:37 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2017-06-13 16:55:07 +00:00
|
|
|
dependencies:
|
2021-03-13 00:33:37 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/framework
|
|
|
|
file: ^6.1.0
|
2018-07-12 20:29:16 +00:00
|
|
|
pool: ^1.0.0
|
|
|
|
dev_dependencies:
|
2021-03-13 00:33:37 +00:00
|
|
|
test: ^1.16.5
|