platform/packages/sembast/pubspec.yaml

25 lines
609 B
YAML
Raw Normal View History

2018-11-06 04:59:15 +00:00
name: angel_sembast
2021-06-20 12:37:20 +00:00
version: 2.0.0
2018-11-06 04:59:15 +00:00
description: package:sembast-powered CRUD services for the Angel framework.
2018-11-06 06:04:37 +00:00
homepage: https://github.com/angel-dart/sembast
2021-06-20 12:37:20 +00:00
publish_to: none
2018-11-06 04:59:15 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-11-06 04:59:15 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
sembast: ^3.1.0+2
2018-11-06 04:59:15 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/http_exception
logging: ^1.0.1
pedantic: ^1.11.1
test: ^1.17.8
2018-11-06 04:59:15 +00:00