24 lines
609 B
YAML
24 lines
609 B
YAML
name: angel_sembast
|
|
version: 2.0.0
|
|
description: package:sembast-powered CRUD services for the Angel framework.
|
|
homepage: https://github.com/angel-dart/sembast
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/framework
|
|
sembast: ^3.1.0+2
|
|
dev_dependencies:
|
|
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
|
|
|